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

TranslationScript More...

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

Public Member Functions

 TranslationScript (TranslationScriptId id=default(TranslationScriptId), string body=default(string), ModelVersion version=default(ModelVersion))
 Initializes a new instance of the TranslationScript 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 (TranslationScript input)
 Returns true if TranslationScript instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

TranslationScriptId Id [get, set]
 Gets or Sets Id More...
 
string Body [get, set]
 Body of the translation script, i.e. the actual translation code. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 

Detailed Description

TranslationScript

Constructor & Destructor Documentation

◆ TranslationScript() [1/2]

Lusid.Sdk.Model.TranslationScript.TranslationScript ( )
inlineprotected

Initializes a new instance of the TranslationScript class.

◆ TranslationScript() [2/2]

Lusid.Sdk.Model.TranslationScript.TranslationScript ( TranslationScriptId  id = default(TranslationScriptId),
string  body = default(string),
ModelVersion  version = default(ModelVersion) 
)
inline

Initializes a new instance of the TranslationScript class.

Parameters
idid (required).
bodyBody of the translation script, i.e. the actual translation code. (required).
versionversion.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslationScript instances are equal

Parameters
inputInstance of TranslationScript to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.TranslationScript._Version
getset

Gets or Sets _Version

◆ Body

string Lusid.Sdk.Model.TranslationScript.Body
getset

Body of the translation script, i.e. the actual translation code.

Body of the translation script, i.e. the actual translation code.

◆ Id

TranslationScriptId Lusid.Sdk.Model.TranslationScript.Id
getset

Gets or Sets Id


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