C# 클래스 VersionrUI.ViewModels.AreaVM

상속: NotifyPropertyChangedBase
파일 보기 프로젝트 열기: eatplayhate/versionr 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Pull void
Push void

공개 메소드들

메소드 설명
AreaVM ( string path, string name, AreaInitMode areaInitMode, string host = null, int port ) : System
ExecuteClientCommand ( Action action, string command, bool requiresWriteAccess = false ) : void
Refresh ( ) : void

비공개 메소드들

메소드 설명
Pull ( ) : void
Push ( ) : void

메소드 상세

AreaVM() 공개 메소드

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

ExecuteClientCommand() 공개 메소드

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

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void