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

ComplianceRuleBreakdown More...

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

Public Member Functions

 ComplianceRuleBreakdown (string groupStatus=default(string), Dictionary< string, decimal > resultsUsed=default(Dictionary< string, decimal >), Dictionary< string, List< Property >> propertiesUsed=default(Dictionary< string, List< Property >>), List< string > missingDataInformation=default(List< string >))
 Initializes a new instance of the ComplianceRuleBreakdown 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 (ComplianceRuleBreakdown input)
 Returns true if ComplianceRuleBreakdown instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string GroupStatus [get, set]
 Gets or Sets GroupStatus More...
 
Dictionary< string, decimal > ResultsUsed [get, set]
 Gets or Sets ResultsUsed More...
 
Dictionary< string, List< Property > > PropertiesUsed [get, set]
 Gets or Sets PropertiesUsed More...
 
List< string > MissingDataInformation [get, set]
 Gets or Sets MissingDataInformation More...
 

Detailed Description

ComplianceRuleBreakdown

Constructor & Destructor Documentation

◆ ComplianceRuleBreakdown() [1/2]

Lusid.Sdk.Model.ComplianceRuleBreakdown.ComplianceRuleBreakdown ( )
inlineprotected

Initializes a new instance of the ComplianceRuleBreakdown class.

◆ ComplianceRuleBreakdown() [2/2]

Lusid.Sdk.Model.ComplianceRuleBreakdown.ComplianceRuleBreakdown ( string  groupStatus = default(string),
Dictionary< string, decimal >  resultsUsed = default(Dictionary<string, decimal>),
Dictionary< string, List< Property >>  propertiesUsed = default(Dictionary<string, List<Property>>),
List< string >  missingDataInformation = default(List<string>) 
)
inline

Initializes a new instance of the ComplianceRuleBreakdown class.

Parameters
groupStatusgroupStatus (required).
resultsUsedresultsUsed (required).
propertiesUsedpropertiesUsed (required).
missingDataInformationmissingDataInformation (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ComplianceRuleBreakdown instances are equal

Parameters
inputInstance of ComplianceRuleBreakdown to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ GroupStatus

string Lusid.Sdk.Model.ComplianceRuleBreakdown.GroupStatus
getset

Gets or Sets GroupStatus

◆ MissingDataInformation

List<string> Lusid.Sdk.Model.ComplianceRuleBreakdown.MissingDataInformation
getset

Gets or Sets MissingDataInformation

◆ PropertiesUsed

Dictionary<string, List<Property> > Lusid.Sdk.Model.ComplianceRuleBreakdown.PropertiesUsed
getset

Gets or Sets PropertiesUsed

◆ ResultsUsed

Dictionary<string, decimal> Lusid.Sdk.Model.ComplianceRuleBreakdown.ResultsUsed
getset

Gets or Sets ResultsUsed


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