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

ComplianceRuleUpsertResponse More...

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

Public Member Functions

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

Protected Member Functions

 ComplianceRuleUpsertResponse ()
 Initializes a new instance of the ComplianceRuleUpsertResponse class. More...
 

Properties

Dictionary< string, ComplianceRuleValues [get, set]
 Gets or Sets Values More...
 

Detailed Description

ComplianceRuleUpsertResponse

Constructor & Destructor Documentation

◆ ComplianceRuleUpsertResponse() [1/2]

Lusid.Sdk.Model.ComplianceRuleUpsertResponse.ComplianceRuleUpsertResponse ( )
inlineprotected

Initializes a new instance of the ComplianceRuleUpsertResponse class.

◆ ComplianceRuleUpsertResponse() [2/2]

Lusid.Sdk.Model.ComplianceRuleUpsertResponse.ComplianceRuleUpsertResponse ( Dictionary< string, ComplianceRule values = default(Dictionary<string, ComplianceRule>))
inline

Initializes a new instance of the ComplianceRuleUpsertResponse class.

Parameters
valuesvalues (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ComplianceRuleUpsertResponse instances are equal

Parameters
inputInstance of ComplianceRuleUpsertResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Values

Dictionary<string, ComplianceRule> Lusid.Sdk.Model.ComplianceRuleUpsertResponse.Values
getset

Gets or Sets Values


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