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

The input to a translation script. More...

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

Public Member Functions

 TranslationInput (string entity=default(string))
 Initializes a new instance of the TranslationInput 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 (TranslationInput input)
 Returns true if TranslationInput instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 TranslationInput ()
 Initializes a new instance of the TranslationInput class. More...
 

Properties

string Entity [get, set]
 The serialised entity to be passed to the translation script. This could represent e.g. an instrument in any dialect. More...
 

Detailed Description

The input to a translation script.

Constructor & Destructor Documentation

◆ TranslationInput() [1/2]

Lusid.Sdk.Model.TranslationInput.TranslationInput ( )
inlineprotected

Initializes a new instance of the TranslationInput class.

◆ TranslationInput() [2/2]

Lusid.Sdk.Model.TranslationInput.TranslationInput ( string  entity = default(string))
inline

Initializes a new instance of the TranslationInput class.

Parameters
entityThe serialised entity to be passed to the translation script. This could represent e.g. an instrument in any dialect. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslationInput instances are equal

Parameters
inputInstance of TranslationInput to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Entity

string Lusid.Sdk.Model.TranslationInput.Entity
getset

The serialised entity to be passed to the translation script. This could represent e.g. an instrument in any dialect.

The serialised entity to be passed to the translation script. This could represent e.g. an instrument in any dialect.


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