Click or drag to resize

ResourceAttributes Class

Used in webservices related to Request Access Process
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequestResourceAttributes

Namespace:  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequest
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class ResourceAttributes

The ResourceAttributes type exposes the following members.

Constructors
  NameDescription
Public methodResourceAttributes
Top
Properties
  NameDescription
Public propertyAttributes
Dictionary where key is the integer Id of an attribute, and values are list of attribute values converted to string
Public propertyResourceId
ResourceId
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