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

UpdateCheckDefinitionRuleSet More...

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

Public Member Functions

 UpdateCheckDefinitionRuleSet (string ruleSetKey=default(string), string displayName=default(string), string description=default(string), string ruleSetFilter=default(string))
 Initializes a new instance of the UpdateCheckDefinitionRuleSet 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 (UpdateCheckDefinitionRuleSet input)
 Returns true if UpdateCheckDefinitionRuleSet 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...
 

Detailed Description

UpdateCheckDefinitionRuleSet

Constructor & Destructor Documentation

◆ UpdateCheckDefinitionRuleSet()

Lusid.Sdk.Model.UpdateCheckDefinitionRuleSet.UpdateCheckDefinitionRuleSet ( string  ruleSetKey = default(string),
string  displayName = default(string),
string  description = default(string),
string  ruleSetFilter = default(string) 
)
inline

Initializes a new instance of the UpdateCheckDefinitionRuleSet 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..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateCheckDefinitionRuleSet instances are equal

Parameters
inputInstance of UpdateCheckDefinitionRuleSet to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.UpdateCheckDefinitionRuleSet.Description
getset

A description for the Rule Set.

A description for the Rule Set.

◆ DisplayName

string Lusid.Sdk.Model.UpdateCheckDefinitionRuleSet.DisplayName
getset

The name of the Rule Set.

The name of the Rule Set.

◆ RuleSetFilter

string Lusid.Sdk.Model.UpdateCheckDefinitionRuleSet.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.UpdateCheckDefinitionRuleSet.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: