Method | Description | |
---|---|---|
DeleteRuleAsync ( string ruleId ) : System.Threading.Tasks.Task |
Deletes the rule described by ruleId.
|
|
GetRulesAsync ( ) : Task |
Gets rules .
|
|
GetRulesByNameAsync ( string name ) : Task |
Gets rules by name .
|
|
GetRulesForPackAsync ( string packName ) : Task |
Gets rules for pack .
|
|
RulesApi ( ISt2Client host ) : System |
Initializes a new instance of the TonyBaloney.St2.Client.Apis.RulesApi class.
|
public DeleteRuleAsync ( string ruleId ) : System.Threading.Tasks.Task | ||
ruleId | string | Identifier for the rule. |
return | System.Threading.Tasks.Task |
public GetRulesByNameAsync ( string name ) : Task |
||
name | string | The rule name. |
return | Task |
public GetRulesForPackAsync ( string packName ) : Task |
||
packName | string | Name of the pack. |
return | Task |
public RulesApi ( ISt2Client host ) : System | ||
host | ISt2Client | The host. |
return | System |