Table of Contents

Class FieldModalModel<T>

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public class FieldModalModel<T> : ScreenModelBase, IScreenModel, IModel, INotifyPropertyChanged

Type Parameters

T
Inheritance
FieldModalModel<T>
Implements
Inherited Members
Extension Methods

Constructors

FieldModalModel(ISurface, IField<T>)

public FieldModalModel(ISurface surface, IField<T> field)

Parameters

surface ISurface
field IField<T>

FieldModalModel(ISurface, IField<T>, bool)

public FieldModalModel(ISurface surface, IField<T> field, bool isFieldTall)

Parameters

surface ISurface
field IField<T>
isFieldTall bool

Properties

Field

public IField<T> Field { get; }

Property Value

IField<T>

HasChanges

public override bool HasChanges { get; }

Property Value

bool

IsEditable

public override bool IsEditable { get; }

Property Value

bool

IsValid

public override bool IsValid { get; }

Property Value

bool

VerticalContentAlignment

public VerticalAlignment VerticalContentAlignment { get; }

Property Value

VerticalAlignment