Table of Contents

Class SectionModalModel

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public class SectionModalModel : ScreenModelBase, IScreenModel, IModel, INotifyPropertyChanged
Inheritance
SectionModalModel
Implements
Inherited Members
Extension Methods

Constructors

SectionModalModel(ISurface, ISection)

public SectionModalModel(ISurface surface, ISection section)

Parameters

surface ISurface
section ISection

Properties

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

Section

public ISection Section { get; }

Property Value

ISection