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

Represents a set of diagnostics per transaction, where applicable. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string TransactionDisplayName [get, set]
 Gets or Sets TransactionDisplayName More...
 
List< string > ErrorDetails [get, set]
 Gets or Sets ErrorDetails More...
 

Detailed Description

Represents a set of diagnostics per transaction, where applicable.

Constructor & Destructor Documentation

◆ TransactionDiagnostics() [1/2]

Lusid.Sdk.Model.TransactionDiagnostics.TransactionDiagnostics ( )
inlineprotected

Initializes a new instance of the TransactionDiagnostics class.

◆ TransactionDiagnostics() [2/2]

Lusid.Sdk.Model.TransactionDiagnostics.TransactionDiagnostics ( string  transactionDisplayName = default(string),
List< string >  errorDetails = default(List<string>) 
)
inline

Initializes a new instance of the TransactionDiagnostics class.

Parameters
transactionDisplayNametransactionDisplayName (required).
errorDetailserrorDetails (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionDiagnostics instances are equal

Parameters
inputInstance of TransactionDiagnostics to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorDetails

List<string> Lusid.Sdk.Model.TransactionDiagnostics.ErrorDetails
getset

Gets or Sets ErrorDetails

◆ TransactionDisplayName

string Lusid.Sdk.Model.TransactionDiagnostics.TransactionDisplayName
getset

Gets or Sets TransactionDisplayName


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