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

UpsertDataQualityRule More...

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

Public Member Functions

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

Properties

string RuleSetKey [get, set]
 Gets or Sets RuleSetKey More...
 
CheckDefinitionRule Rule [get, set]
 Gets or Sets Rule More...
 

Detailed Description

UpsertDataQualityRule

Constructor & Destructor Documentation

◆ UpsertDataQualityRule()

Lusid.Sdk.Model.UpsertDataQualityRule.UpsertDataQualityRule ( string  ruleSetKey = default(string),
CheckDefinitionRule  rule = default(CheckDefinitionRule) 
)
inline

Initializes a new instance of the UpsertDataQualityRule class.

Parameters
ruleSetKeyruleSetKey.
rulerule.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertDataQualityRule instances are equal

Parameters
inputInstance of UpsertDataQualityRule to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Rule

CheckDefinitionRule Lusid.Sdk.Model.UpsertDataQualityRule.Rule
getset

Gets or Sets Rule

◆ RuleSetKey

string Lusid.Sdk.Model.UpsertDataQualityRule.RuleSetKey
getset

Gets or Sets RuleSetKey


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