Data
|
The DataCellCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| DataCellCollection | Default constructor for the DataCellCollection class. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Count | Represents the number of elements that this collection currently stores. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| Item | Property that represents a bulge vertex at the specified index. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Add | Adds a DataCell object to the collection. | |
| Clear | Clears this collection of data cells. | |
| Contains | Checks whether this collection contains a data cell that matches the specified data cell. | |
| CopyTo | Copies this data cell collection to a specified array at the specified index. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetEnumerator | Returns the enumerator for this collection of data cells. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| IndexOf | Returns the index of the data cell in the collection that matches the specified data cell. | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| Insert | Inserts the specified data cell to the collection at the provided index. | |
| Remove | Removes a data cell that matches the specified data cell from the collection. | |
| RemoveAt | Removes a data cell from the collection at the specified index. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |