Table of Contents

Class CriteriaModel<T>

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
[DataContract]
public class CriteriaModel<T> : ScreenModelBase, IScreenModel, IModel, INotifyPropertyChanged where T : IEntity

Type Parameters

T
Inheritance
CriteriaModel<T>
Implements
Inherited Members
Extension Methods

Constructors

CriteriaModel(ISurface)

public CriteriaModel(ISurface surface)

Parameters

surface ISurface

Properties

CountContext

public IEntityContext CountContext { get; }

Property Value

IEntityContext

DoReorderTabs

public ICommand DoReorderTabs { get; set; }

Property Value

ICommand

DoShowTabs

public ICommand DoShowTabs { get; set; }

Property Value

ICommand

SelectedTabIndex

public int SelectedTabIndex { get; set; }

Property Value

int

ShowTabs

public bool ShowTabs { get; set; }

Property Value

bool

Tabs

[DataMember]
public ObservableCollection<TabModel<T>> Tabs { get; }

Property Value

ObservableCollection<TabModel<T>>