| MainGetDataObjectDifferenceDescription Method |
Returns description of the difference between two data objects.
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | [Any] |
Namespace:
Omada.OE.UtilityCodeAssembly
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic bool GetDataObjectDifferenceDescription(
CodeMethodInvokeContext context,
int dataObject2Id,
out string differenceDescription
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
- dataObject2Id
- Type: SystemInt32
Id of the data object used for comparison with the action object
- differenceDescription
- Type: SystemString
return a string with a description of the difference
Return Value
Type:
Boolean
See Also