C# Class VersionrUI.ViewModels.AreaVM

Inheritance: NotifyPropertyChangedBase
Afficher le fichier Open project: eatplayhate/versionr Class Usage Examples

Private Properties

Свойство Type Description
Pull void
Push void

Méthodes publiques

Méthode 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

Méthode Description
Pull ( ) : void
Push ( ) : void

Method Details

AreaVM() public méthode

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

ExecuteClientCommand() public méthode

public ExecuteClientCommand ( Action action, string command, bool requiresWriteAccess = false ) : void
action Action
command string
requiresWriteAccess bool
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void