| MainCopyValuesFromContextObjectToReferringObjectsMatchingView Method |
Copies values from the action object to the referring objects matching view, using specified copy rule.
CM updates below objects:
- must be member of the specified view
- must have reference to the action object in the referring property
Namespace:
Omada.OE.Solution.OIM.Assembly
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic void CopyValuesFromContextObjectToReferringObjectsMatchingView(
CodeMethodInvokeContext context,
string viewUIdString,
string copyRuleUIdString,
string referringPropertySysName
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
The CM context.
- viewUIdString
- Type: SystemString
The view UID string. Only data objects from this view will be updated.
- copyRuleUIdString
- Type: SystemString
The copy rule UID string.
- referringPropertySysName
- Type: SystemString
The referring property system name. Only data objects containing reference to the action object will be updated.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown if the view UId isn't valid.
|
See Also