Click or drag to resize

RequestedResourceAttributes Class

Represents the attribute values that a user has picked for a requested resource.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.AttributeValuesRequestedResourceAttributes

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

The RequestedResourceAttributes type exposes the following members.

Constructors
  NameDescription
Public methodRequestedResourceAttributes
Attributes for the resource
Top
Properties
  NameDescription
Public propertyAttributeValues
Attribute values picked for the resource. Keys are attribute ids.
Public propertyResourceId
Id of the requested resource.
Top
Methods
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