|
LUSID C# SDK
|
Request to translate financial entities with a specified script stored in LUSID, specified in the request by its id. The output of the translation is validated against a dialect stored in LUSID, again specified in the request by its id. More...

Public Member Functions | |
| TranslateEntitiesRequest (Dictionary< string, TranslationInput > entityPayloads=default(Dictionary< string, TranslationInput >), TranslationScriptId scriptId=default(TranslationScriptId), DialectId dialectId=default(DialectId)) | |
| Initializes a new instance of the TranslateEntitiesRequest 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 (TranslateEntitiesRequest input) |
| Returns true if TranslateEntitiesRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| TranslateEntitiesRequest () | |
| Initializes a new instance of the TranslateEntitiesRequest class. More... | |
Properties | |
| Dictionary< string, TranslationInput > | EntityPayloads [get, set] |
| Entity payloads to be translated, indexed by (ephemeral) unique correlation ids. More... | |
| TranslationScriptId | ScriptId [get, set] |
| Gets or Sets ScriptId More... | |
| DialectId | DialectId [get, set] |
| Gets or Sets DialectId More... | |
Request to translate financial entities with a specified script stored in LUSID, specified in the request by its id. The output of the translation is validated against a dialect stored in LUSID, again specified in the request by its id.
|
inlineprotected |
Initializes a new instance of the TranslateEntitiesRequest class.
|
inline |
Initializes a new instance of the TranslateEntitiesRequest class.
| entityPayloads | Entity payloads to be translated, indexed by (ephemeral) unique correlation ids. (required). |
| scriptId | scriptId (required). |
| dialectId | dialectId. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if TranslateEntitiesRequest instances are equal
| input | Instance of TranslateEntitiesRequest 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 |
Entity payloads to be translated, indexed by (ephemeral) unique correlation ids.
Entity payloads to be translated, indexed by (ephemeral) unique correlation ids.
|
getset |
Gets or Sets ScriptId