C# 클래스 hubiquitus4w8.hapi.hStructures.HCommand

Version 0.5 hAPI Command. For more info, see Hubiquitus reference
상속: Newtonsoft.Json.Linq.JObject
파일 보기 프로젝트 열기: hubiquitus-old/hubiquitus4w8 1 사용 예제들

공개 메소드들

메소드 설명
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