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

Options for overriding default scripted translation configuration. More...

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

Public Member Functions

 TranslationContext (bool disableScriptedTranslation=default(bool), ScriptMapReference scriptMap=default(ScriptMapReference))
 Initializes a new instance of the TranslationContext 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 (TranslationContext input)
 Returns true if TranslationContext instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

bool DisableScriptedTranslation [get, set]
 Gets or Sets DisableScriptedTranslation More...
 
ScriptMapReference ScriptMap [get, set]
 Gets or Sets ScriptMap More...
 

Detailed Description

Options for overriding default scripted translation configuration.

Constructor & Destructor Documentation

◆ TranslationContext()

Lusid.Sdk.Model.TranslationContext.TranslationContext ( bool  disableScriptedTranslation = default(bool),
ScriptMapReference  scriptMap = default(ScriptMapReference) 
)
inline

Initializes a new instance of the TranslationContext class.

Parameters
disableScriptedTranslationdisableScriptedTranslation.
scriptMapscriptMap.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslationContext instances are equal

Parameters
inputInstance of TranslationContext to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DisableScriptedTranslation

bool Lusid.Sdk.Model.TranslationContext.DisableScriptedTranslation
getset

Gets or Sets DisableScriptedTranslation

◆ ScriptMap

ScriptMapReference Lusid.Sdk.Model.TranslationContext.ScriptMap
getset

Gets or Sets ScriptMap


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