| AttributeControllerLoadAttributeDefinitions Method |
Loads all attribute definitions in the system - or those for a specific attribute set.
Used by RoPE's ConstraintEvaluatorExtension.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual List<AttributeDefinition> LoadAttributeDefinitions(
int attributeSetId = 0,
bool useCache = false
)
Parameters
- attributeSetId (Optional)
- Type: SystemInt32
If specfied then only attributes that are in the attribute set are loaded.
- useCache (Optional)
- Type: SystemBoolean
If true then the attribute definitions are loaded from the cache (if present) or added to the cache if not.
Return Value
Type:
ListAttributeDefinition
See Also