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

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...

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

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, TranslationInputEntityPayloads [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...
 

Detailed Description

Request to translate financial entities with a given script body. The output of the translation is validated against a schema specified in the request.

Constructor & Destructor Documentation

◆ TranslateEntitiesInlinedRequest() [1/2]

Lusid.Sdk.Model.TranslateEntitiesInlinedRequest.TranslateEntitiesInlinedRequest ( )
inlineprotected

Initializes a new instance of the TranslateEntitiesInlinedRequest class.

◆ TranslateEntitiesInlinedRequest() [2/2]

Lusid.Sdk.Model.TranslateEntitiesInlinedRequest.TranslateEntitiesInlinedRequest ( Dictionary< string, TranslationInput entityPayloads = default(Dictionary<string, TranslationInput>),
string  scriptBody = default(string),
DialectSchema  schema = default(DialectSchema) 
)
inline

Initializes a new instance of the TranslateEntitiesInlinedRequest class.

Parameters
entityPayloadsEntity payloads to be translated indexed by (ephemeral) unique correlation ids. (required).
scriptBodyThe body of the translation script to use for translating the entities. (required).
schemaschema.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslateEntitiesInlinedRequest instances are equal

Parameters
inputInstance of TranslateEntitiesInlinedRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EntityPayloads

Dictionary<string, TranslationInput> Lusid.Sdk.Model.TranslateEntitiesInlinedRequest.EntityPayloads
getset

Entity payloads to be translated indexed by (ephemeral) unique correlation ids.

Entity payloads to be translated indexed by (ephemeral) unique correlation ids.

◆ Schema

DialectSchema Lusid.Sdk.Model.TranslateEntitiesInlinedRequest.Schema
getset

Gets or Sets Schema

◆ ScriptBody

string Lusid.Sdk.Model.TranslateEntitiesInlinedRequest.ScriptBody
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.


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