Table of Contents

Class LookupInlineCollectionField<T>

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

Type Parameters

T
Inheritance
LookupInlineCollectionField<T>
Implements
Inherited Members
Extension Methods

Constructors

LookupInlineCollectionField(ISurface, string, IEntityQuery<T>, bool, IEntitySet<T>?, bool)

public LookupInlineCollectionField(ISurface surface, string label, IEntityQuery<T> choices, bool isReferenceData, IEntitySet<T>? boundSet = null, bool canCreate = false)

Parameters

surface ISurface
label string
choices IEntityQuery<T>
isReferenceData bool
boundSet IEntitySet<T>
canCreate bool

LookupInlineCollectionField(ISurface, string, IQueryable<T>, bool, IEntitySet<T>?, bool)

public LookupInlineCollectionField(ISurface surface, string label, IQueryable<T> choices, bool isReferenceData, IEntitySet<T>? boundSet = null, bool canCreate = false)

Parameters

surface ISurface
label string
choices IQueryable<T>
isReferenceData bool
boundSet IEntitySet<T>
canCreate bool

Methods

CreateSubfield(IEntitySet<T>)

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

Parameters

modalSet IEntitySet<T>

Returns

IField<IEntitySet<T>>