Method | Description | |
---|---|---|
AppendRuleSetting ( RuleSetting setting ) : void |
Appends a T:Stumps.RuleSetting to the contract.
|
|
GetRuleSettings ( ) : RuleSetting[] |
Gets an array of the T:Stumps.RuleSetting objects for the contract.
|
|
RuleContract ( ) : System.Collections.Generic |
Initializes a new instance of the T:Stumps.Server.RuleContract class.
|
|
RuleContract ( IStumpRule rule ) : System.Collections.Generic |
Initializes a new instance of the T:Stumps.Server.RuleContract class.
|
public AppendRuleSetting ( RuleSetting setting ) : void | ||
setting | RuleSetting | The |
return | void |
public RuleContract ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public RuleContract ( IStumpRule rule ) : System.Collections.Generic | ||
rule | IStumpRule | The |
return | System.Collections.Generic |