|
LUSID C# SDK
|
Id of the Translation Script. More...

Public Member Functions | |
| TranslationScriptId (string scope=default(string), string code=default(string), string varVersion=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 | VarVersion [get, set] |
| Semantic Version of the translation script of the form MAJOR.MINOR.PATCH. More... | |
Id of the Translation Script.
|
inlineprotected |
Initializes a new instance of the TranslationScriptId class.
|
inline |
Initializes a new instance of the TranslationScriptId class.
| scope | Scope of the translation script. (required). |
| code | Code of the translation script. (required). |
| varVersion | Semantic Version of the translation script of the form MAJOR.MINOR.PATCH. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if TranslationScriptId instances are equal
| input | Instance of TranslationScriptId to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Code of the translation script.
Code of the translation script.
|
getset |
Scope of the translation script.
Scope of the translation script.
|
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.