C# Класс VersionrUI.ViewModels.AreaVM

Наследование: NotifyPropertyChangedBase
Показать файл Открыть проект Примеры использования класса

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