IFieldDefinitionCollection Interface
Provides the base requirements for a collection of IFieldDefinition objects.
public interface IFieldDefinitionCollection : IObservableCollection<IFieldDefinition>
Properties
this[string]
The IFieldDefinition with the specified name.
IFieldDefinition? this[string name] { get; }
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the IFieldDefinition to return. |
Property Value
Inherited Members
- IObservableCollection<IFieldDefinition>.ItemAdding
- IObservableCollection<IFieldDefinition>.ItemAdded
- IObservableCollection<IFieldDefinition>.ItemRemoving
- IObservableCollection<IFieldDefinition>.ItemRemoved