Table of Contents

Class ValueInlineCollectionField<T>

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

Type Parameters

T
Inheritance
ValueInlineCollectionField<T>
Implements
Inherited Members
Extension Methods

Constructors

ValueInlineCollectionField(ISurface, string, IEntitySet<T>?, Action<GridOptions>?, Action<ListOptions>?, IScreenCommand?, bool)

public ValueInlineCollectionField(ISurface surface, string label, IEntitySet<T>? boundSet = null, Action<GridOptions>? configureGrid = null, Action<ListOptions>? configureList = null, IScreenCommand? addCommand = null, bool suppressRemoveCommand = false)

Parameters

surface ISurface
label string
boundSet IEntitySet<T>
configureGrid Action<GridOptions>
configureList Action<ListOptions>
addCommand IScreenCommand
suppressRemoveCommand bool

Methods

CreateSubfield(IEntitySet<T>)

public override IField<IEntitySet<T>> CreateSubfield(IEntitySet<T> modalSet)

Parameters

modalSet IEntitySet<T>

Returns

IField<IEntitySet<T>>