| IOwnerHelperGetOwners Method |
Returns owners of an object
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
SyntaxIEnumerable<OwnerDataObject> GetOwners(
string sourceName,
DataObject dataObject,
string systemNameOwner,
DateTime ownedDataObjectTimestamp,
string ownedComposedBusinessKey
)
Parameters
- sourceName
- Type: SystemString
Source name - dataObject
- Type: Omada.OE.ModelDataObject
Data object - systemNameOwner
- Type: SystemString
System name for owner property - ownedDataObjectTimestamp
- Type: SystemDateTime
DateTime of the owned data object - ownedComposedBusinessKey
- Type: SystemString
ComposedBusinessKey of the owned data object
Return Value
Type:
IEnumerableOwnerDataObject
See Also