Click or drag to resize

AttributeValues Class

Model class for attribute and attribute values in a resource assignment
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.PolicyCheckAttributeValues

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

The AttributeValues type exposes the following members.

Constructors
  NameDescription
Public methodAttributeValues
Top
Properties
  NameDescription
Public propertyAttributes
String keys referring to a system name of a property values can be of type: bool, DateTime, int, string, Guid, IEnumerable≪bool≫,IEnumerable≪DateTime≫, IEnumerable≪int≫, IEnumerable≪string≫ or IEnumerable≪Guid≫
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