Table of Contents

Class ListValueSectionedCollectionField<T>

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

Type Parameters

T
Inheritance
ListValueSectionedCollectionField<T>
Implements
Inherited Members
Extension Methods

Constructors

ListValueSectionedCollectionField(ISurface, string, bool, bool, IEntitySet<T>, Action<ListOptions>, IScreenCommand, bool, IEnumerable<IScreenCommand>)

public ListValueSectionedCollectionField(ISurface surface, string label, bool listEditable, bool rowsEditable, IEntitySet<T> boundSet = null, Action<ListOptions> configureList = null, IScreenCommand addCommand = null, bool suppressRemoveCommand = false, IEnumerable<IScreenCommand> otherCommands = null)

Parameters

surface ISurface
label string
listEditable bool
rowsEditable bool
boundSet IEntitySet<T>
configureList Action<ListOptions>
addCommand IScreenCommand
suppressRemoveCommand bool
otherCommands IEnumerable<IScreenCommand>