GXDN: Gurux Developer Network
GXCategory Class
NamespacesGurux.DeviceGXCategory
Category is the category, where GXProperty instance is located. Categories are used to group properties.
Value
The category where GXProperty is.
Members
All Members Constructors Methods Properties Events



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

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

BeginUpdate()()()
BeginUpdate maintains performance, when content is updated. Suspends sending of notifications until EndUpdate is 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.)
Description
Category description.

Device
Device is the parent GXDevice of the GXCategory.

DisabledActions
Determines which actions are blocked from use.

DisplayName
DisplayName gets localized name of the parameter.

Dispose(Boolean) (Overrides GXObject.Dispose(Boolean).)
Dispose()()() (Inherited from GXObject.)
Dynamic
Dynamic determines, if the category is created dynamically using CreateCategory method of the device.

EndUpdate()()()
EndUpdate notifies that the table values have changed. Resumes sending of notifications.

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.)
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.)
GetStatistic(CategoryStatistic)
Gets statistic value of determined type.

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.)
IsNotify
Retrieves the location type of the category.

LocalizedNames
LocalizedNames returns the localized names collection.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name (Overrides GXObject.Name.)
NotifyCategoryChange(CategoryStates)
NotifyCategoryChange causes the GXDevice object to notify the change of a GXCategory.

OnBeginUpdate
Notifies, when the content of an object is changing.

OnCategoryChanged
Notifies, when the content of the category has changed.

OnEndUpdate
Notifies, when the content of an object has changed.

Parameters
Parameters returns the parameters collection.

Parent
Parent is the parent GXCategoryCollection collection of the GXCategory.

Properties
Properties is the collection of properties of the category.

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

ResetStatistic(CategoryStatistic)
Reset statistic value of determined type.

ToString()()()
ToString returns a string that represents the current object.
(Inherited from GXObject.)
UpdateStatisticValue(CategoryStatistic, Object)
A statistic value, retrieved from the physical device, can be set to replace the current statistic value of a property.

UseCategoryRead
UseCategoryRead returns, if category read messages are used instead of property read messages. If the category does not have read messages, property read messages are used instead.

UseCategoryWrite
UseCategoryWrite returns, if category write messages are used instead of property write messages. If the category does not have write messages, property write messages are used instead.

Inheritance Hierarchy
Object
GXObject
  GXCategory
See Also

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