C# Class VersionrUI.ViewModels.AreaVM

Inheritance: NotifyPropertyChangedBase
Show file Open project: eatplayhate/versionr Class Usage Examples

Private Properties

Property Type Description
Pull void
Push void

Public Methods

Method Description
AreaVM ( string path, string name, AreaInitMode areaInitMode, string host = null, int port ) : System
ExecuteClientCommand ( Action action, string command, bool requiresWriteAccess = false ) : void
Refresh ( ) : void

Private Methods

Method Description
Pull ( ) : void
Push ( ) : void

Method Details

AreaVM() public method

public AreaVM ( string path, string name, AreaInitMode areaInitMode, string host = null, int port ) : System
path string
name string
areaInitMode AreaInitMode
host string
port int
return System

ExecuteClientCommand() public method

public ExecuteClientCommand ( Action action, string command, bool requiresWriteAccess = false ) : void
action Action
command string
requiresWriteAccess bool
return void

Refresh() public method

public Refresh ( ) : void
return void