Click or drag to resize

ResourceTypeHelper Class

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

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 ResourceTypeHelper : IResourceTypeHelper

The ResourceTypeHelper type exposes the following members.

Constructors
  NameDescription
Public methodResourceTypeHelper
Creates the helper
Top
Methods
  NameDescription
Public methodGetResourceTypeAttributes
Returns configuration objects for attributes in specific resource type
Public methodGetResourceTypesWithAttribute
Finds the resource types having specific attribute
Public methodGetResourceTypesWithAttributeSet
Finds the resource types having specific attribute set
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