LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.CheckDefinitionRuleSet Class Reference

CheckDefinitionRuleSet More...

Inheritance diagram for Lusid.Sdk.Model.CheckDefinitionRuleSet:
Inheritance graph
[legend]

Public Member Functions

 CheckDefinitionRuleSet (string ruleSetKey=default(string), string displayName=default(string), string description=default(string), string ruleSetFilter=default(string), List< CheckDefinitionRule > rules=default(List< CheckDefinitionRule >))
 Initializes a new instance of the CheckDefinitionRuleSet class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (CheckDefinitionRuleSet input)
 Returns true if CheckDefinitionRuleSet instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string RuleSetKey [get, set]
 The Key of the Rule Set. More...
 
string DisplayName [get, set]
 The name of the Rule Set. More...
 
string Description [get, set]
 A description for the Rule Set. More...
 
string RuleSetFilter [get, set]
 A filter for the Rule Set to filter entity instances the rule set applies to. More...
 
List< CheckDefinitionRuleRules [get, set]
 A collection of rules for the Rule Set. More...
 

Detailed Description

CheckDefinitionRuleSet

Constructor & Destructor Documentation

◆ CheckDefinitionRuleSet()

Lusid.Sdk.Model.CheckDefinitionRuleSet.CheckDefinitionRuleSet ( string  ruleSetKey = default(string),
string  displayName = default(string),
string  description = default(string),
string  ruleSetFilter = default(string),
List< CheckDefinitionRule rules = default(List<CheckDefinitionRule>) 
)
inline

Initializes a new instance of the CheckDefinitionRuleSet class.

Parameters
ruleSetKeyThe Key of the Rule Set..
displayNameThe name of the Rule Set..
descriptionA description for the Rule Set..
ruleSetFilterA filter for the Rule Set to filter entity instances the rule set applies to..
rulesA collection of rules for the Rule Set..

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.CheckDefinitionRuleSet.Equals ( CheckDefinitionRuleSet  input)
inline

Returns true if CheckDefinitionRuleSet instances are equal

Parameters
inputInstance of CheckDefinitionRuleSet to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.CheckDefinitionRuleSet.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.CheckDefinitionRuleSet.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.CheckDefinitionRuleSet.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.CheckDefinitionRuleSet.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.CheckDefinitionRuleSet.Description
getset

A description for the Rule Set.

A description for the Rule Set.

◆ DisplayName

string Lusid.Sdk.Model.CheckDefinitionRuleSet.DisplayName
getset

The name of the Rule Set.

The name of the Rule Set.

◆ Rules

List<CheckDefinitionRule> Lusid.Sdk.Model.CheckDefinitionRuleSet.Rules
getset

A collection of rules for the Rule Set.

A collection of rules for the Rule Set.

◆ RuleSetFilter

string Lusid.Sdk.Model.CheckDefinitionRuleSet.RuleSetFilter
getset

A filter for the Rule Set to filter entity instances the rule set applies to.

A filter for the Rule Set to filter entity instances the rule set applies to.

◆ RuleSetKey

string Lusid.Sdk.Model.CheckDefinitionRuleSet.RuleSetKey
getset

The Key of the Rule Set.

The Key of the Rule Set.


The documentation for this class was generated from the following file: