Table of Contents

Class ValueSectionedCollectionField<T>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public class ValueSectionedCollectionField<T> : ValueSectionedCollectionField<T, ValueSectionedCollectionView>, IField<IEntitySet<T>>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo, IBoundField where T : IEntity<T>

Type Parameters

T
Inheritance
ValueSectionedCollectionField<T>
Implements
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

surface ISurface
label string
boundSet IEntitySet<T>
options ValueSectionedCollectionOptions<T>

ValueSectionedCollectionField(ISurface, EntityCollectionProperty<T>, ValueSectionedCollectionOptions<T>?)

public ValueSectionedCollectionField(ISurface surface, EntityCollectionProperty<T> boundSet, ValueSectionedCollectionOptions<T>? options = null)

Parameters

surface ISurface
boundSet EntityCollectionProperty<T>
options ValueSectionedCollectionOptions<T>