| MainLibraryGetDataObjectDifferenceDescription2 Method |
Method returns a textual description of the differences between two data objects.
The two data objects are not nescessarily of the same data object types.
The method is used in master data management scenarios.
Namespace:
Omada.OE.UtilityCodeAssembly.Library
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic static bool GetDataObjectDifferenceDescription2(
CodeMethodInvokeContext context,
int dataObject2Id,
string excludePropertyIds,
out string differenceDescription
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- dataObject2Id
- Type: SystemInt32
- excludePropertyIds
- Type: SystemString
- differenceDescription
- Type: SystemString
Return Value
Type:
Boolean
See Also