Class RelationshipSearchField<T>
public sealed class RelationshipSearchField<T> : RelationshipSearchFieldBase<T>, IField<ICriteriaTree<T>>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo where T : IEntity<T>
Type Parameters
T
- Inheritance
-
RelationshipSearchField<T>
- Implements
-
IField<ICriteriaTree<T>>
- Inherited Members
- Extension Methods
Constructors
RelationshipSearchField(ISurface, string)
public RelationshipSearchField(ISurface surface, string caption)
Parameters
Properties
Count
public int Count { get; }
Property Value
DoClearItems
public ICommand DoClearItems { get; }
Property Value
DoSelectItems
public ICommand DoSelectItems { get; }
Property Value
HasChanges
public override bool HasChanges { get; }
Property Value
Summary
public string Summary { get; }
Property Value
Value
The lensed value which this field is modelling
public override ICriteriaTree<T> Value { get; set; }
Property Value
Methods
SelectItemsAsync()
public Task SelectItemsAsync()
Returns
SetViewFromModelAndNotifyInternal()
protected override void SetViewFromModelAndNotifyInternal()