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

ComplianceRuleBreakdownRequest More...

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

Public Member Functions

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

Protected Member Functions

 ComplianceRuleBreakdownRequest ()
 Initializes a new instance of the ComplianceRuleBreakdownRequest 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...
 
List< LineageMemberLineage [get, set]
 Gets or Sets Lineage More...
 

Detailed Description

ComplianceRuleBreakdownRequest

Constructor & Destructor Documentation

◆ ComplianceRuleBreakdownRequest() [1/2]

Lusid.Sdk.Model.ComplianceRuleBreakdownRequest.ComplianceRuleBreakdownRequest ( )
inlineprotected

Initializes a new instance of the ComplianceRuleBreakdownRequest class.

◆ ComplianceRuleBreakdownRequest() [2/2]

Lusid.Sdk.Model.ComplianceRuleBreakdownRequest.ComplianceRuleBreakdownRequest ( 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>),
List< LineageMember lineage = default(List<LineageMember>) 
)
inline

Initializes a new instance of the ComplianceRuleBreakdownRequest class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ComplianceRuleBreakdownRequest instances are equal

Parameters
inputInstance of ComplianceRuleBreakdownRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ GroupStatus

string Lusid.Sdk.Model.ComplianceRuleBreakdownRequest.GroupStatus
getset

Gets or Sets GroupStatus

◆ Lineage

List<LineageMember> Lusid.Sdk.Model.ComplianceRuleBreakdownRequest.Lineage
getset

Gets or Sets Lineage

◆ MissingDataInformation

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

Gets or Sets MissingDataInformation

◆ PropertiesUsed

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

Gets or Sets PropertiesUsed

◆ ResultsUsed

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

Gets or Sets ResultsUsed


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