|
LUSID C# SDK
|
Represents a set of diagnostics per transaction, where applicable. More...

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... | |
Represents a set of diagnostics per transaction, where applicable.
|
inlineprotected |
Initializes a new instance of the TransactionDiagnostics class.
|
inline |
Initializes a new instance of the TransactionDiagnostics class.
| transactionDisplayName | transactionDisplayName (required). |
| errorDetails | errorDetails (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if TransactionDiagnostics instances are equal
| input | Instance of TransactionDiagnostics to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets ErrorDetails
|
getset |
Gets or Sets TransactionDisplayName