C# Class hubiquitus4w8.hapi.hStructures.HCommand

Version 0.5 hAPI Command. For more info, see Hubiquitus reference
Inheritance: Newtonsoft.Json.Linq.JObject
Afficher le fichier Open project: hubiquitus-old/hubiquitus4w8 Class Usage Examples

Méthodes publiques

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

Method Details

GetCmd() public méthode

Get the command name. Mandatory.
public GetCmd ( ) : string
Résultat string

GetFilter() public méthode

public GetFilter ( ) : HCondition
Résultat HCondition

GetParams() public méthode

Get params thrown to the hserver.
public GetParams ( ) : JToken
Résultat JToken

HCommand() public méthode

public HCommand ( ) : System
Résultat System

HCommand() public méthode

public HCommand ( Newtonsoft.Json.Linq.JObject jsonObj ) : System
jsonObj Newtonsoft.Json.Linq.JObject
Résultat System

HCommand() public méthode

public HCommand ( string cmd, JToken @params, HCondition filter ) : System
cmd string
@params JToken
filter HCondition
Résultat System

SetCmd() public méthode

Set the command name. Mandatory.
public SetCmd ( string cmd ) : void
cmd string
Résultat void

SetFilter() public méthode

public SetFilter ( HCondition filter ) : void
filter HCondition
Résultat void

SetParams() public méthode

Set params thrown to the hserver.
public SetParams ( JToken @params ) : void
@params JToken
Résultat void