Class SectionModalModel
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
Properties
HasChanges
public override bool HasChanges { get; }
Property Value
IsEditable
public override bool IsEditable { get; }
Property Value
IsValid
public override bool IsValid { get; }
Property Value
Section
public ISection Section { get; }