The following tables list the members exposed by FieldCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
![]() | Item | Key based indexer (read-only) |
![]() | Owner | Returns the FieldLayout that owns this collection |
Name | Description | |
---|---|---|
![]() | Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
![]() | BeginUpdate | Begins an update operation on the collection. This should be called before multiple items being added and/or removed. |
![]() | Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
![]() | Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
![]() | CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
![]() | EndUpdate | Ends an update operation on the collection. This should be called after multiple items being added and/or removed. |
![]() | GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
![]() | IndexOf | Overloaded. Gets the index of the Field with the specified key. |
![]() | Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
![]() | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<Field>) |
![]() | Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
![]() | RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Field>) |
Name | Description | |
---|---|---|
![]() | BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<Field>) |
![]() | CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<Field>) |
![]() | ClearItems | Overridden. Called when the collection is cleared |
![]() | InsertItem | Overridden. Inserts an item into the collection |
![]() | MoveItem | Overridden. Moves an item within the collection |
![]() | OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<Field>) |
![]() | OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<Field>) |
![]() | RemoveItem | Overridden. Called when an item is removed |
![]() | SetItem | Overridden. Sets an items in the collection replacing what was there. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<Field>) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<Field>) |