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

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

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

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ TranslateEntitiesRequest() [1/2]

Lusid.Sdk.Model.TranslateEntitiesRequest.TranslateEntitiesRequest ( )
inlineprotected

Initializes a new instance of the TranslateEntitiesRequest class.

◆ TranslateEntitiesRequest() [2/2]

Lusid.Sdk.Model.TranslateEntitiesRequest.TranslateEntitiesRequest ( Dictionary< string, TranslationInput entityPayloads = default(Dictionary<string, TranslationInput>),
TranslationScriptId  scriptId = default(TranslationScriptId),
DialectId  dialectId = default(DialectId) 
)
inline

Initializes a new instance of the TranslateEntitiesRequest class.

Parameters
entityPayloadsEntity payloads to be translated, indexed by (ephemeral) unique correlation ids. (required).
scriptIdscriptId (required).
dialectIddialectId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslateEntitiesRequest instances are equal

Parameters
inputInstance of TranslateEntitiesRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DialectId

DialectId Lusid.Sdk.Model.TranslateEntitiesRequest.DialectId
getset

Gets or Sets DialectId

◆ EntityPayloads

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

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

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

◆ ScriptId

TranslationScriptId Lusid.Sdk.Model.TranslateEntitiesRequest.ScriptId
getset

Gets or Sets ScriptId


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