DBObject
|
The DBObjectReferenceCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Capacity | Gets or sets the number of elements that the CollectionBase can
contain. (Inherited from CollectionBase) |
|
| Count | Gets the number of elements contained in the CollectionBase
instance. This property cannot be overridden. (Inherited from CollectionBase) |
|
| Item | Property that represents an item from the collection at the specified index. |
| Name | Description | |
|---|---|---|
| Add | Adds an object reference to the collection. | |
| Clear | Removes all objects from the CollectionBase
instance. This method cannot be overridden. (Inherited from CollectionBase) |
|
| Contains | Checks whether this collection contains an object reference that matches the specified object reference. | |
| CopyTo | Copies this object reference collection to the specified array at the specified index. | |
| Equals | Determines whether the specified object is equal to the current
object. (Inherited from Object) |
|
| GetEnumerator | Returns an enumerator that iterates through the CollectionBase
instance. (Inherited from CollectionBase) |
|
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| IndexOf | Returns the index of the object reference that matches the specified object reference in the collection. | |
| Insert | Inserts the specified object reference to the collection at the provided index. | |
| Remove | Removes an object reference from the collection that matches the specified object reference. | |
| RemoveAt | Removes the element at the specified index of the CollectionBase
instance. This method is not overridable. (Inherited from CollectionBase) |
|
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| © Bricsys NV. All rights reserved. |