|
LUSID C# SDK
|
Request to translate financial entities with a given script body. The output of the translation is validated against a schema specified in the request. More...

Public Member Functions | |
| TranslateEntitiesInlinedRequest (Dictionary< string, TranslationInput > entityPayloads=default(Dictionary< string, TranslationInput >), string scriptBody=default(string), DialectSchema schema=default(DialectSchema)) | |
| Initializes a new instance of the TranslateEntitiesInlinedRequest 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 (TranslateEntitiesInlinedRequest input) |
| Returns true if TranslateEntitiesInlinedRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| TranslateEntitiesInlinedRequest () | |
| Initializes a new instance of the TranslateEntitiesInlinedRequest class. More... | |
Properties | |
| Dictionary< string, TranslationInput > | EntityPayloads [get, set] |
| Entity payloads to be translated indexed by (ephemeral) unique correlation ids. More... | |
| string | ScriptBody [get, set] |
| The body of the translation script to use for translating the entities. More... | |
| DialectSchema | Schema [get, set] |
| Gets or Sets Schema More... | |
Request to translate financial entities with a given script body. The output of the translation is validated against a schema specified in the request.
|
inlineprotected |
Initializes a new instance of the TranslateEntitiesInlinedRequest class.
|
inline |
Initializes a new instance of the TranslateEntitiesInlinedRequest class.
| entityPayloads | Entity payloads to be translated indexed by (ephemeral) unique correlation ids. (required). |
| scriptBody | The body of the translation script to use for translating the entities. (required). |
| schema | schema. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if TranslateEntitiesInlinedRequest instances are equal
| input | Instance of TranslateEntitiesInlinedRequest 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 Schema
|
getset |
The body of the translation script to use for translating the entities.
The body of the translation script to use for translating the entities.