GXDN: Gurux Developer Network
GXRow Class
NamespacesGurux.DeviceGXRow
The GXRow component implements the GXRow interface. A GXRow is an item of a GXRowCollection collection, which resides in GXProperty.Rows.
Members
All Members Constructors Methods Properties



Icon Member Description
GXRow()()()
Initializes a new instance of the GXRow class

AcceptChanges()()()
Commits all the changes made to this IGXProperties collection since it was loaded or since the last time AcceptChanges was called.

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.)
Dispose(Boolean) (Overrides GXObject.Dispose(Boolean).)
Dispose()()() (Inherited from GXObject.)
Equals(Object)
Determines whether two objects are equal.
(Overrides GXObject.Equals(Object).)
Finalize()()() (Inherited from GXObject.)
FindByParameter(String, Object)
Returns collection of objects that match search parameters.
(Inherited from GXObject.)
GetChanges()()()
Gets a copy of the IGXProperties collection that contains all changes made to it since it was loaded or since AcceptChanges() was last called.

GetControls()()()
Returns a collection of controls that use this component.
(Inherited from GXObject.)
GetDefaultValue(Boolean)
DefaultValue is the default value of a GXProperty.

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMaximum(Boolean)
Maximum is the maximum value of a GXProperty.

GetMinimum(Boolean)
Minimum is the minimum value of a GXProperty.

GetOcx()()()
Retrieves a reference to the underlying ActiveX control.
(Inherited from GXObject.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetValue(VariantType, Boolean)
GetValue returns the value of a GXProperty instance.

GXObjectType
Sender object type. Reserved for inner use. Do Not Use!
(Inherited from GXObject.)
ID
Object Identifier.
(Inherited from GXObject.)
Index
Value Index.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Object name.
(Inherited from GXObject.)
Parameters
Parameters is the collection of GXParameterCollection, which are used as attached data storage items.

Parent
Parent is the parent GXProperty object.

ReadTime
ReadTime is the last time, when row item was read. GXDevice updates this value automatically. Do not set this value.

RejectChanges()()()
Rolls back all the changes made to the IGXProperties collection since it was created, or since the last time AcceptChanges was called.

ResetLastReadValue()()()
ResetLastReadValue resets the value to last read value. If the value has not been read before, then default value is set.

SetDefaultValue(Object, Boolean)
Sets default value for the row item.

SetMaximum(Object, Boolean)
Sets maximum value for the row item.

SetMinimum(Object, Boolean)
Sets minimum value for the row item.

SetToDefault()()()
SetToDefault resets the value to the default value. Notify is made with ValueReset (GX_PROPERTY_STATE_VALUE_RESET) value.

SetValue(Object, VariantType, Boolean, PropertyStates)
SetValue sets the value of a GXProperty. If ValueItems are used, the value must be in the ValueItems collection and the Type must be String (GX_VT_STR).

StatisticAverage(Boolean)
StatisticAverage is an average of values received after last statistic reset.

StatisticMaximum(Boolean)
StatisticMaximum is the highest value since the last statistic reset.

StatisticMinimum(Boolean)
StatisticMinimum is the lowest value since the last statistic reset.

ToString()()()
ToString returns a string that represents the current object.
(Inherited from GXObject.)
ValueStatus
Reserved for inner use. Do not use!

WriteTime
WriteTime is the last time, when the GXProperty was written. GXDevice updates this value automatically. Do not set this value.

Remarks
It is not possible to get full row of GXTable instance, just row item instances of a GXProperty.
Inheritance Hierarchy
Object
GXObject
  GXRow
See Also

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