Class ValueSectionedCollectionField<T>
public class ValueSectionedCollectionField<T> : ValueSectionedCollectionField<T, ValueSectionedCollectionView>, IField<IEntitySet<T>>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo, IBoundField where T : IEntity<T>
Type Parameters
T
- Inheritance
-
FieldBase<IEntitySet<T>>ValueSectionedCollectionField<T>
- Implements
-
IField<IEntitySet<T>>
- Inherited Members
- Extension Methods
Constructors
ValueSectionedCollectionField(ISurface, string, IEntitySet<T>, ValueSectionedCollectionOptions<T>?)
public ValueSectionedCollectionField(ISurface surface, string label, IEntitySet<T> boundSet, ValueSectionedCollectionOptions<T>? options = null)
Parameters
surfaceISurfacelabelstringboundSetIEntitySet<T>optionsValueSectionedCollectionOptions<T>
ValueSectionedCollectionField(ISurface, EntityCollectionProperty<T>, ValueSectionedCollectionOptions<T>?)
public ValueSectionedCollectionField(ISurface surface, EntityCollectionProperty<T> boundSet, ValueSectionedCollectionOptions<T>? options = null)
Parameters
surfaceISurfaceboundSetEntityCollectionProperty<T>optionsValueSectionedCollectionOptions<T>