Gets descriptions for codes in the Partner Module.
More...
Gets descriptions for codes in the Partner Module.
◆ GetMaritalStatusDescription()
static string Ict.Petra.Server.MPartner.Common.PartnerCodeHelper.GetMaritalStatusDescription |
( |
TGetCacheableDataTableFromCache |
ACacheRetriever, |
|
|
string |
AMaritalStatusCode |
|
) |
| |
|
inlinestatic |
Returns the description of a Marital Status Code.
- Parameters
-
ACacheRetriever | Delegate that returns the specified DataTable from the data cache (client- or serverside). Delegate Method needs to be for the MPartner Cache (that is, it needs to work with the TCacheablePartnerTablesEnum Enum! |
AMaritalStatusCode | Marital Status Code. |
- Returns
- The description of a Marital Status Code, or empty string if the Marital Status Code could not be identified.
◆ SyncPartnerEditTDSPartnerLocation() [1/2]
Update extra location specific fields in DataRow APartnerLocationDR
- Parameters
-
ALocationDT | Table containing location records to be used to update APartnerLocation records. |
APartnerLocationDR | Single DataRow to be updated with Location specific information. |
AMakePLocationRecordUnchanged | Set to true to make the PLocation Record unchanged (by calling .AcceptChanges() on it). |
◆ SyncPartnerEditTDSPartnerLocation() [2/2]
Update extra location specific fields in table APartnerLocationTable
- Parameters
-
ALocationDT | Table containing location records to be used to update APartnerLocation records. |
APartnerLocationDT | Table to be updated with Location specific information. |
AMakePLocationRecordUnchanged | Set to true to make the PLocation Record unchanged (by calling .AcceptChanges() on it). |
The documentation for this class was generated from the following file: