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 >), List< LineageMember > lineage=default(List< LineageMember >))
 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]
 The status of this subset of results. More...
 
Dictionary< string, decimal > ResultsUsed [get, set]
 Dictionary of AddressKey (as string) and their corresponding decimal values, that were used in this rule. More...
 
Dictionary< string, List< Property > > PropertiesUsed [get, set]
 Dictionary of PropertyKey (as string) and their corresponding Properties, that were used in this rule More...
 
List< string > MissingDataInformation [get, set]
 List of string information detailing data that was missing from contributions processed in this rule More...
 
List< LineageMemberLineage [get, set]
 Gets or Sets Lineage 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>),
List< LineageMember lineage = default(List<LineageMember>) 
)
inline

Initializes a new instance of the ComplianceRuleBreakdown class.

Parameters
groupStatusThe status of this subset of results. (required).
resultsUsedDictionary of AddressKey (as string) and their corresponding decimal values, that were used in this rule. (required).
propertiesUsedDictionary of PropertyKey (as string) and their corresponding Properties, that were used in this rule (required).
missingDataInformationList of string information detailing data that was missing from contributions processed in this rule (required).
lineagelineage (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

The status of this subset of results.

The status of this subset of results.

◆ Lineage

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

Gets or Sets Lineage

◆ MissingDataInformation

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

List of string information detailing data that was missing from contributions processed in this rule

List of string information detailing data that was missing from contributions processed in this rule

◆ PropertiesUsed

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

Dictionary of PropertyKey (as string) and their corresponding Properties, that were used in this rule

Dictionary of PropertyKey (as string) and their corresponding Properties, that were used in this rule

◆ ResultsUsed

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

Dictionary of AddressKey (as string) and their corresponding decimal values, that were used in this rule.

Dictionary of AddressKey (as string) and their corresponding decimal values, that were used in this rule.


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