Click or drag to resize

AttributeHelper Class

Helper class for getting object configuration for resource type.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.Integration.HelpersAttributeHelper

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 class AttributeHelper : IAttributeHelper

The AttributeHelper type exposes the following members.

Constructors
  NameDescription
Public methodAttributeHelper
Creates the helper
Top
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
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also