Click or drag to resize

ConfigurationObjectInfo Class

Used to resolve GUID values in configuration values, to a readable display value if possible
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelConfigurationObjectInfo

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

The ConfigurationObjectInfo type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationObjectInfo
Top
Properties
  NameDescription
Public propertyDisplayValue
Public propertyID
Public propertyObjectType
Public propertySubType
Only certain object types have a sub type - these include DataObjects and Properties.
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