The EntityTagCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EntityTagCollection |
Public constructor of the class.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an IEntityTag object to the collection.
|
![]() | Clear |
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.) |
![]() | Clone | |
![]() | Contains |
Checks whether the passed IEntityTag is included in the collection.
|
![]() | ContainsTag |
Checks if the collection contains an IEntityTag with tag name as the one passed as a parameter.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetEnumerator |
Gets an EntityTagEnumerator of the collection.
|
![]() | 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 |
Returns the index of specific IEntityTag.
|
![]() | Insert |
Inserts an IEntityTag object to the collection.
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | OnClear |
Adds all the IEntityTag items to the removed items collection
before the base list is cleared, to keep track of the changes.
(Overrides CollectionBase..::.OnClear()()().) |
![]() | OnClearComplete |
Clears the added items collection and used tag names dictionary
after the collection is cleared.
(Overrides CollectionBase..::.OnClearComplete()()().) |
![]() | OnInsert |
Performs additional custom processes before inserting a new element into the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | OnInsertComplete |
Adds the inserted IEntityTag to the added items collection to keep track of the changes in the collection.
(Overrides CollectionBase..::.OnInsertComplete(Int32, Object).) |
![]() | OnRemove |
Performs additional custom processes when removing an element from the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | OnRemoveComplete |
Removes removed IEntityTag from the added items collection (if it exists there), and adds the removed value
to the removed items collection to keep track of changes.
(Overrides CollectionBase..::.OnRemoveComplete(Int32, Object).) |
![]() | OnSet |
Performs additional custom processes before setting a value in the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | OnSetComplete |
Adds the removed IEntityTag to the removed items collection, and adds
the set IEntityTag object to the added items collection to keep track of changes.
(Overrides CollectionBase..::.OnSetComplete(Int32, Object, Object).) |
![]() | OnValidate |
Performs additional custom processes when validating a value.
(Inherited from CollectionBase.) |
![]() | Remove | Overloaded. |
![]() | RemoveAt |
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.) |
![]() | RemoveTag |
Removes the IEntityTag object wrapping the ITag with the specified name from the collection.
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | m_addedItems | |
![]() | m_removedItems |
Properties
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.) |
![]() | InnerList |
Gets an ArrayList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() | Item |
Gets the IEntityTag object based on its index in the collection.
|
![]() | List |
Gets an IList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.) |