Click or drag to resize

Attribute Class

Represents an attribute (name+value) for a reference property value for an ExchangeObject. Note: an attribute can only have a single value.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.Serialization.ModelAttribute

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

The Attribute type exposes the following members.

Constructors
  NameDescription
Public methodAttribute
Top
Properties
  NameDescription
Public propertyName
Name of the attribute - must be the system name of a single-value Set or Value property.
Public propertyValue
Depending on the property's data type the Value is either a: string (VP datatype text or SP), integer (VP datatype integer), Guid (SP), boolean (VP datatype bool), TimeSpan (VP datatype TimeSpan), double (VP datatype decimal) or DateTime (VP datatype DateTime).
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