EntityColorCollection Class |
The EntityColorCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| EntityColorCollection |
Default constructor. Creates new
EntityColorCollection object with capacity 10.
|
|
| EntityColorCollection(Int32) |
Builds a new EntityColorCollection object with
specific capacity.
|
|
| EntityColorCollection(EntityColor) |
Builds a new instance of EntityColorCollection
class using array of EntityColor objects.
|
| Name | Description | |
|---|---|---|
| Capacity |
Gets or sets the number of elements that the
EntityColorCollection can contain.
|
|
| Count |
Gets the number of elements actually contained
in the EntityColorCollection.
|
|
| IsFixedSize |
Gets a value indicating whether the
EntityColorCollection has a fixed size.
|
|
| IsReadOnly |
Gets a value indicating whether the
EntityColorCollection is read-only.
|
|
| IsSynchronized |
Gets a value indicating whether access to the
EntityColorCollection is synchronized (thread safe).
|
|
| Item |
Gets or sets the element at the specified
index in the EntityColorCollection.
|
|
| SyncRoot |
Gets an object that can be used to synchronize
access to the EntityColorCollection.
|
| Name | Description | |
|---|---|---|
| Add |
Adds an EntityColor object to
collection.
|
|
| AddRange |
Adds an array of EntityColor objects to the
collection.
|
|
| Clear |
Removes all objects from the collection.
|
|
| Contains |
Determines whether the specified EntityColor
object is a member of the collection.
|
|
| CopyTo |
Copies the entire contents of this
EntityColorCollection to a compatible one-dimensional array,
starting at the specified index of the target array.
|
|
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator for the entire
EntityColorCollection.
|
|
| GetHashCode |
Serves as a hash function for a particular
type.
(Inherited from Object.) |
|
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
| IndexOf |
Determines the index of a specific item in the
collection.
|
|
| Insert |
Inserts an EntityColor object to the
collection at the specified index.
|
|
| Remove |
Removes the first occurrence of a specific
object from the EntityColorCollection
|
|
| RemoveAt |
Removes the EntityColorCollection item at the
specified index.
|
|
| ToArray |
Creates an array of EntityColor objects from
the EntityColorCollection.
|
|
| ToString |
Returns a string that represents the current
object.
(Inherited from Object.) |
|
| TrimToSize |
Sets the capacity to the actual number of
elements in the EntityColorCollection.
|
| Name | Description | |
|---|---|---|
| DefaultSize |
Defaut size for creating a new
EntityColorCollection object by default constructor
EntityColorCollection().
|
| © Bricsys NV. All rights reserved. |