GXDataSourceCollection component implements the GXDataSourceCollection interface.
| All Members | Constructors | Methods | Properties | Events | |
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
GXDataSourceCollection()()() |
Initializes a new instance of the GXDataSourceCollection class
|
|
|
Add(GXDataSource) |
Adds a new item to the collection.
|
|
|
AddRange(GXDataSourceCollection) |
Appends items to the list. AllowDuplicates indicates if duplicates are allowed.
|
|
|
AllowDuplicateNames |
AllowDuplicateNames determines, if duplicate names are allowed in the collection.
|
|
|
Clear()()() |
Clears the collection.
|
|
|
Contains(GXDataSource) |
Determines if the collection contains the item.
|
|
|
CopyTo(array<GXDataSource>[]()[], Int32) |
Copies the elements of the collection to an Array, starting at a particular Array index.
|
|
|
Count |
Indicates the number of items in the collection.
|
|
|
Dispose(Boolean) |
|
|
|
Dispose()()() |
|
|
|
Equals(Object) |
Determines whether two objects are equal.
(Overrides Object.Equals(Object).) |
|
|
Finalize()()() | (Overrides Object.Finalize()()().) |
|
|
FindByParameter(String, Object) |
Returns collection of objects that match search parameters.
|
|
|
FindItemByID(UInt64) |
FindItemByID finds an item using item identification.
|
|
|
GetEnumerator()()() |
Returns an enumerator that iterates through a collection.
|
|
|
GetHashCode()()() |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetOcx()()() |
Retrieves a reference to the underlying ActiveX control.
|
|
|
GetType()()() |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
IndexOf(GXDataSource) |
IndexOf returns the zero-based index of the first occurrence of a device type in the list.
|
|
|
Insert(Int32, GXDataSource) |
Insert inserts a new item to the collection.
|
|
|
IsEmpty()()() |
Checks if the collection is empty.
|
|
|
IsReadOnly |
Checks if the collection is read-only.
|
|
|
IsSynchronized |
Checks if the collection is synchronized (thread safe).
|
|
|
Item[([(Int32])]) |
|
|
|
Item[([(Object])]) |
Retrieves an item from the collection, using numeric index.
|
|
|
MemberwiseClone()()() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
OnClear |
Notifies, when the collection is cleared.
|
|
|
OnDataSourceAdded |
Notifies, when a new data source is added.
|
|
|
OnDataSourceRemoved |
Notifies, when a data source is removed.
|
|
|
OnDataSourceUpdated |
Notifies, when properties of data source change.
|
|
|
Parent |
Retrieves the parent item of the collection.
|
|
|
Remove(GXDataSource) |
Removes an item from the collection.
|
|
|
RemoveAt(Int32) |
RemoveAt removes the item type from the collection.
This method removes one element starting at a zero-based index in an array.
In the process, it shifts down all the elements above the removed element.
|
|
|
SyncRoot |
Gets an object that can be used to synchronize the collection.
|
|
|
ToString()()() |
(Inherited from Object.) |
| Object | |
|
|
GXDataSourceCollection |
Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1