| CustomDataObjectControllerGetMergedReferencePropertyValueIdList Method |
The get merged reference property value id list.
Namespace:
Omada.OE.Solution.OIM.Assembly.AppLogic
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic IntegerList GetMergedReferencePropertyValueIdList(
int actionObjectId,
string targetPropertySystemName,
string sourceObjectPropertySystemName,
string targetObjectPropertySystemName,
string addValuesPropertySystemName,
string removeValuesPropertySystemName
)
Parameters
- actionObjectId
- Type: SystemInt32
The action object id.
- targetPropertySystemName
- Type: SystemString
The target property system name.
- sourceObjectPropertySystemName
- Type: SystemString
The source object property system name.
- targetObjectPropertySystemName
- Type: SystemString
The target object property system name.
- addValuesPropertySystemName
- Type: SystemString
The add values property system name.
- removeValuesPropertySystemName
- Type: SystemString
The remove values property system name.
Return Value
Type:
IntegerList
The
IntegerList.
See Also