Table of Contents

Class AsyncScreenModelBase

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

Constructors

AsyncScreenModelBase(ISurface)

public AsyncScreenModelBase(ISurface surface)

Parameters

surface ISurface

Properties

AreCommandsEnabled

Indicates whether the screen's commands are enabled. Commands may still be disabled individually even if this returns true

public override bool AreCommandsEnabled { get; }

Property Value

bool

IsIndeterminate

public bool IsIndeterminate { get; set; }

Property Value

bool

IsLoading

public bool IsLoading { get; set; }

Property Value

bool

LoadingMaximum

public int LoadingMaximum { get; set; }

Property Value

int

LoadingMinimum

public int LoadingMinimum { get; set; }

Property Value

int

LoadingValue

public int LoadingValue { get; set; }

Property Value

int