| ISystemHelperGetSystem Method |
Returns SystemDataObject from DataObject
Namespace:
Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
SyntaxSystemDataObject GetSystem(
DataObject system,
string sourceName,
HashSet<string> trackedProperties,
bool isDeleted = false
)
Parameters
- system
- Type: Omada.OE.ModelDataObject
- sourceName
- Type: SystemString
- trackedProperties
- Type: System.Collections.GenericHashSetString
- isDeleted (Optional)
- Type: SystemBoolean
Return Value
Type:
SystemDataObject
See Also