| IIdentityHelperGetIdentity Method |
Returns IdentityDataObject 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
SyntaxIdentityDataObject GetIdentity(
DataObject identity,
string sourceName,
HashSet<string> trackedProperties = null,
bool isDeleted = false
)
Parameters
- identity
- Type: Omada.OE.ModelDataObject
- sourceName
- Type: SystemString
- trackedProperties (Optional)
- Type: System.Collections.GenericHashSetString
- isDeleted (Optional)
- Type: SystemBoolean
Return Value
Type:
IdentityDataObject
See Also