|
LUSID C# SDK
|
The result of invoking a translation script. More...

Public Member Functions | |
| TranslationResult (string entity=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >)) | |
| Initializes a new instance of the TranslationResult 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 (TranslationResult input) |
| Returns true if TranslationResult instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| TranslationResult () | |
| Initializes a new instance of the TranslationResult class. More... | |
Properties | |
| string | Entity [get, set] |
| The serialised entity the translation script produced. More... | |
| Dictionary< string, Property > | Properties [get, set] |
| Any properties the translation script produced. More... | |
The result of invoking a translation script.
|
inlineprotected |
Initializes a new instance of the TranslationResult class.
|
inline |
Initializes a new instance of the TranslationResult class.
| entity | The serialised entity the translation script produced. (required). |
| properties | Any properties the translation script produced. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if TranslationResult instances are equal
| input | Instance of TranslationResult 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 |
The serialised entity the translation script produced.
The serialised entity the translation script produced.
|
getset |
Any properties the translation script produced.
Any properties the translation script produced.