GXDN: Gurux Developer Network
GXValue Class
NamespacesGurux.DeviceGXValue
GXValue component implements the GXValue interface. GXValue is used as an alias for a value.
Members
All Members Constructors Methods Properties



Icon Member Description
GXValue(Object, Object)
Initializes a new instance of the GXValue class

GXValue()()()
Initializes a new instance of the GXValue class

BackColor
BackColor is the background color of the value item.

Clone()()()
Creates a new object that is a copy of the current instance.
(Inherited from GXObject.)
Copy(Object)
The Copy method copies object content from the target object.
(Inherited from GXObject.)
Default
Default is the default status of the value item. This value is set according to DefaultValue of GXProperty.

DeviceValue
DeviceValue is the device value of the value item.

Dispose(Boolean) (Overrides GXObject.Dispose(Boolean).)
Dispose()()() (Inherited from GXObject.)
Equals(Object)
Determines whether two objects are equal.
(Overrides GXObject.Equals(Object).)
ErrorSeverityLevel
ErrorSeverityLevel is the severity of an error event raised by GXValue, when TreatAsError is set to True.

Finalize()()() (Inherited from GXObject.)
FindByParameter(String, Object)
Returns collection of objects that match search parameters.
(Inherited from GXObject.)
GetControls()()()
Returns a collection of controls that use this component.
(Inherited from GXObject.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetOcx()()()
Retrieves a reference to the underlying ActiveX control.
(Inherited from GXObject.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GXObjectType
Sender object type. Reserved for inner use. Do Not Use!
(Inherited from GXObject.)
ID
Object Identifier.
(Inherited from GXObject.)
Index
Value Index.

LocaleIdentifier
LocaleIdentifier is a 32-bit value that identifies the human language preferred by the user, region, or application.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Object name.
(Inherited from GXObject.)
Parent
Parent property gets GXValueCollection collection.

ShowAlways
Determines if the value item is always shown.

TextColor
TextColor is the text color of the value item.

ToString()()()
ToString returns a string that represents the current object.
(Inherited from GXObject.)
TreatAsError
If a value that has the TreatAsError property set to True, is received, an error event is raised. This works also the other way round, if a GXProperty has TreatAsError set on and GXValue has not, then no error is raised.

UIValue
UIValue is the user interface value of the value item.

ValueContentFilter
Returns the value content filter.

Remarks
The UIValues can be, for example, "On" and "Off" and DeviceValue "1" and "0" respectively. UIValue is displayed to user and DeviceValue is sent to the device.
Inheritance Hierarchy
Object
GXObject
  GXValue
See Also

Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1