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

DeleteDataQualityRule More...

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

Public Member Functions

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

Properties

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

Detailed Description

DeleteDataQualityRule

Constructor & Destructor Documentation

◆ DeleteDataQualityRule()

Lusid.Sdk.Model.DeleteDataQualityRule.DeleteDataQualityRule ( string  ruleSetKey = default(string),
string  ruleKey = default(string) 
)
inline

Initializes a new instance of the DeleteDataQualityRule class.

Parameters
ruleSetKeyruleSetKey.
ruleKeyruleKey.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DeleteDataQualityRule instances are equal

Parameters
inputInstance of DeleteDataQualityRule to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ RuleKey

string Lusid.Sdk.Model.DeleteDataQualityRule.RuleKey
getset

Gets or Sets RuleKey

◆ RuleSetKey

string Lusid.Sdk.Model.DeleteDataQualityRule.RuleSetKey
getset

Gets or Sets RuleSetKey


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