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

CheckDefinitionRule More...

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

Public Member Functions

 CheckDefinitionRule (string ruleKey=default(string), string displayName=default(string), string description=default(string), string ruleFormula=default(string), int severity=default(int))
 Initializes a new instance of the CheckDefinitionRule 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 (CheckDefinitionRule input)
 Returns true if CheckDefinitionRule instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string RuleKey [get, set]
 The key of the Rule. More...
 
string DisplayName [get, set]
 The name of the Rule. More...
 
string Description [get, set]
 A description for the Rule. More...
 
string RuleFormula [get, set]
 The formula for the rule. More...
 
int Severity [get, set]
 Severity of the rule if formaula is not satisfied. More...
 

Detailed Description

CheckDefinitionRule

Constructor & Destructor Documentation

◆ CheckDefinitionRule()

Lusid.Sdk.Model.CheckDefinitionRule.CheckDefinitionRule ( string  ruleKey = default(string),
string  displayName = default(string),
string  description = default(string),
string  ruleFormula = default(string),
int  severity = default(int) 
)
inline

Initializes a new instance of the CheckDefinitionRule class.

Parameters
ruleKeyThe key of the Rule..
displayNameThe name of the Rule..
descriptionA description for the Rule..
ruleFormulaThe formula for the rule..
severitySeverity of the rule if formaula is not satisfied..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CheckDefinitionRule instances are equal

Parameters
inputInstance of CheckDefinitionRule to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.CheckDefinitionRule.Description
getset

A description for the Rule.

A description for the Rule.

◆ DisplayName

string Lusid.Sdk.Model.CheckDefinitionRule.DisplayName
getset

The name of the Rule.

The name of the Rule.

◆ RuleFormula

string Lusid.Sdk.Model.CheckDefinitionRule.RuleFormula
getset

The formula for the rule.

The formula for the rule.

◆ RuleKey

string Lusid.Sdk.Model.CheckDefinitionRule.RuleKey
getset

The key of the Rule.

The key of the Rule.

◆ Severity

int Lusid.Sdk.Model.CheckDefinitionRule.Severity
getset

Severity of the rule if formaula is not satisfied.

Severity of the rule if formaula is not satisfied.


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