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

Id of the Translation Script. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Scope [get, set]
 Scope of the translation script. More...
 
string Code [get, set]
 Code of the translation script. More...
 
string _Version [get, set]
 Semantic Version of the translation script of the form MAJOR.MINOR.PATCH. More...
 

Detailed Description

Id of the Translation Script.

Constructor & Destructor Documentation

◆ TranslationScriptId() [1/2]

Lusid.Sdk.Model.TranslationScriptId.TranslationScriptId ( )
inlineprotected

Initializes a new instance of the TranslationScriptId class.

◆ TranslationScriptId() [2/2]

Lusid.Sdk.Model.TranslationScriptId.TranslationScriptId ( string  scope = default(string),
string  code = default(string),
string  version = default(string) 
)
inline

Initializes a new instance of the TranslationScriptId class.

Parameters
scopeScope of the translation script. (required).
codeCode of the translation script. (required).
versionSemantic Version of the translation script of the form MAJOR.MINOR.PATCH. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslationScriptId instances are equal

Parameters
inputInstance of TranslationScriptId to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

string Lusid.Sdk.Model.TranslationScriptId._Version
getset

Semantic Version of the translation script of the form MAJOR.MINOR.PATCH.

Semantic Version of the translation script of the form MAJOR.MINOR.PATCH.

◆ Code

string Lusid.Sdk.Model.TranslationScriptId.Code
getset

Code of the translation script.

Code of the translation script.

◆ Scope

string Lusid.Sdk.Model.TranslationScriptId.Scope
getset

Scope of the translation script.

Scope of the translation script.


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