The FieldCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds a new Field object to the current collection.
|
![]() |
AddInt |
For internal use.
(Inherited from OwnedCollection.) |
![]() |
AssignFrom |
Assigns (copies) properties from another FieldCollection to the current object.
(Overrides OwnedCollection..::..AssignFrom(OwnedCollection).) |
![]() |
Clear |
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.) |
![]() |
Exchange |
Swap two items in collection.
(Inherited from OwnedCollection.) |
![]() |
FindByName |
Returns NamedCollectionItem with specified name.
(Inherited from NamedCollection.) |
![]() |
GetByIndex |
For internal use.
(Inherited from OwnedCollection.) |
![]() |
GetEnumerator |
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() |
GetItemType |
Gets the type of collection elements.
(Inherited from NamedCollection.) |
![]() |
IndexOf |
Searches for the specified Object and returns the zero-based index
of the first occurrence within the entire collection.
(Inherited from OwnedCollection.) |
![]() |
IndexOfName |
Returns the 0-based index of a NamedCollectionItem
with specified name in the current NamedCollection.
(Inherited from NamedCollection.) |
![]() |
InsertInt |
For internal use.
(Inherited from OwnedCollection.) |
![]() |
OnClear |
Called when the collection is about to be cleared.
(Inherited from OwnedCollection.) |
![]() |
OnClearComplete |
Called after the collection has been cleared.
Sets AutoGenerated property to false.
(Overrides NamedCollection..::..OnClearComplete()()()().) |
![]() |
OnInsert |
Called when an item is about to be iserted.
(Inherited from NamedCollection.) |
![]() |
OnInsertComplete |
Called after an item has been inserted.
Sets AutoGenerated property to false.
(Overrides OwnedCollection..::..OnInsertComplete(Int32, Object).) |
![]() |
OnRemove |
Called when an item is about to be removed.
(Inherited from OwnedCollection.) |
![]() |
OnRemoveComplete |
Called after an item has been removed.
Sets AutoGenerated property to false.
(Overrides NamedCollection..::..OnRemoveComplete(Int32, Object).) |
![]() |
OnSet |
Called when an item is about to be set.
(Inherited from NamedCollection.) |
![]() |
OnSetComplete |
Called after an item has been set.
Sets AutoGenerated property to false.
(Overrides NamedCollection..::..OnSetComplete(Int32, Object, Object).) |
![]() |
OnValidate |
Performs additional custom processes when validating a value.
(Inherited from CollectionBase.) |
![]() |
RemoveAt |
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.) |
![]() |
RemoveInt |
For internal use.
(Inherited from OwnedCollection.) |
![]() |
SetByIndex |
For internal use.
(Inherited from OwnedCollection.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList..::..Add |
Adds an object to the end of the CollectionBase.
(Inherited from CollectionBase.) |
![]() ![]() |
IList..::..Contains |
Determines whether the CollectionBase contains a specific element.
(Inherited from CollectionBase.) |
![]() ![]() |
ICollection..::..CopyTo |
Copies the entire CollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionBase.) |
![]() ![]() |
IList..::..IndexOf |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire CollectionBase.
(Inherited from CollectionBase.) |
![]() ![]() |
IList..::..Insert |
Inserts an element into the CollectionBase at the specified index.
(Inherited from CollectionBase.) |
![]() ![]() |
IList..::..Remove |
Removes the first occurrence of a specific object from the CollectionBase.
(Inherited from CollectionBase.) |