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

Counts for results that are exceptions with a Closed status. More...

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

Public Member Functions

 RecClosedExceptionCounts (int total=default(int), RecExceptionCountByClosureType byClosureType=default(RecExceptionCountByClosureType), RecResultCountByReviewStatus byReviewStatus=default(RecResultCountByReviewStatus))
 Initializes a new instance of the RecClosedExceptionCounts 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 (RecClosedExceptionCounts input)
 Returns true if RecClosedExceptionCounts instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

int Total [get, set]
 The total number of results in this category. More...
 
RecExceptionCountByClosureType ByClosureType [get, set]
 Gets or Sets ByClosureType More...
 
RecResultCountByReviewStatus ByReviewStatus [get, set]
 Gets or Sets ByReviewStatus More...
 

Detailed Description

Counts for results that are exceptions with a Closed status.

Constructor & Destructor Documentation

◆ RecClosedExceptionCounts() [1/2]

Lusid.Sdk.Model.RecClosedExceptionCounts.RecClosedExceptionCounts ( )
inlineprotected

Initializes a new instance of the RecClosedExceptionCounts class.

◆ RecClosedExceptionCounts() [2/2]

Lusid.Sdk.Model.RecClosedExceptionCounts.RecClosedExceptionCounts ( int  total = default(int),
RecExceptionCountByClosureType  byClosureType = default(RecExceptionCountByClosureType),
RecResultCountByReviewStatus  byReviewStatus = default(RecResultCountByReviewStatus) 
)
inline

Initializes a new instance of the RecClosedExceptionCounts class.

Parameters
totalThe total number of results in this category. (required).
byClosureTypebyClosureType (required).
byReviewStatusbyReviewStatus (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecClosedExceptionCounts instances are equal

Parameters
inputInstance of RecClosedExceptionCounts to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ByClosureType

RecExceptionCountByClosureType Lusid.Sdk.Model.RecClosedExceptionCounts.ByClosureType
getset

Gets or Sets ByClosureType

◆ ByReviewStatus

RecResultCountByReviewStatus Lusid.Sdk.Model.RecClosedExceptionCounts.ByReviewStatus
getset

Gets or Sets ByReviewStatus

◆ Total

int Lusid.Sdk.Model.RecClosedExceptionCounts.Total
getset

The total number of results in this category.

The total number of results in this category.


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