Click or drag to resize

ResourceAssignmentAttribute Class

Model class for an attribute (including values) on a resource assignment
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelResourceAssignmentAttribute

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class ResourceAssignmentAttribute

The ResourceAssignmentAttribute type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttributeDisplayValues
Display values for each attribute value
Public propertyAttributeTechValues
Technical values for each attribute value
Public propertyDisplayName
Display name of property used for the attribute
Public propertyId
Id
Public propertySystemName
System name of property used for the attribute
Public propertyUId
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