C# Class AcManager.Pages.Drive.Srs.ViewModel

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged
Show file Open project: gro-ove/actools

Private Properties

Property Type Description
CanGo bool
Update void
ViewModel System

Public Methods

Method Description
Go ( ) : Task
OnTick ( ) : void
Reset ( ) : void
SetAssociated ( WebBlock webBlock ) : void

Private Methods

Method Description
CanGo ( ) : bool
Update ( ) : void
ViewModel ( ) : System

Method Details

Go() public method

public Go ( ) : Task
return Task

OnTick() public method

public OnTick ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

SetAssociated() public method

public SetAssociated ( WebBlock webBlock ) : void
webBlock AcManager.Controls.UserControls.WebBlock
return void