Click or drag to resize

IAttributeHelper Interface

Helper class for getting object configuration for resource type.

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
Syntax
C#
public interface IAttributeHelper

The IAttributeHelper type exposes the following members.

Properties
  NameDescription
Public propertyHideAttributePropertyId
Returns id of the HideAttribute property
Top
Methods
  NameDescription
Public methodGetAttribute
Returns configuration objects for attributes in specific resource type
Public methodGetAttributeSetAttributes
Returns configuration objects for attributes in specific resource type
Public methodIsAttributeHidden
Checks if the Hide property is set to true
Public methodIsAttributeModified
Compares the latest attribute version with the previous version to figure out the change to Hide property
Public methodIsAttributeSetModified
Checks if the attribute set was modified
Top
See Also