C# Класс hubiquitus4w8.hapi.hStructures.HCommand

Version 0.5 hAPI Command. For more info, see Hubiquitus reference
Наследование: Newtonsoft.Json.Linq.JObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetCmd ( ) : string

Get the command name. Mandatory.

GetFilter ( ) : HCondition
GetParams ( ) : JToken

Get params thrown to the hserver.

HCommand ( ) : System
HCommand ( Newtonsoft.Json.Linq.JObject jsonObj ) : System
HCommand ( string cmd, JToken @params, HCondition filter ) : System
SetCmd ( string cmd ) : void

Set the command name. Mandatory.

SetFilter ( HCondition filter ) : void
SetParams ( JToken @params ) : void

Set params thrown to the hserver.

Описание методов

GetCmd() публичный Метод

Get the command name. Mandatory.
public GetCmd ( ) : string
Результат string

GetFilter() публичный Метод

public GetFilter ( ) : HCondition
Результат HCondition

GetParams() публичный Метод

Get params thrown to the hserver.
public GetParams ( ) : JToken
Результат JToken

HCommand() публичный Метод

public HCommand ( ) : System
Результат System

HCommand() публичный Метод

public HCommand ( Newtonsoft.Json.Linq.JObject jsonObj ) : System
jsonObj Newtonsoft.Json.Linq.JObject
Результат System

HCommand() публичный Метод

public HCommand ( string cmd, JToken @params, HCondition filter ) : System
cmd string
@params JToken
filter HCondition
Результат System

SetCmd() публичный Метод

Set the command name. Mandatory.
public SetCmd ( string cmd ) : void
cmd string
Результат void

SetFilter() публичный Метод

public SetFilter ( HCondition filter ) : void
filter HCondition
Результат void

SetParams() публичный Метод

Set params thrown to the hserver.
public SetParams ( JToken @params ) : void
@params JToken
Результат void