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

Provides information about the location of a script map within the configuration store More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Scope [get, set]
 The scope of the configuration store entry where the translation map is located. More...
 
string Code [get, set]
 The code of the configuration store entry where the translation map is located. More...
 
string Key [get, set]
 The key of the configuration store entry where the translation map is located. More...
 

Detailed Description

Provides information about the location of a script map within the configuration store

Constructor & Destructor Documentation

◆ ScriptMapReference() [1/2]

Lusid.Sdk.Model.ScriptMapReference.ScriptMapReference ( )
inlineprotected

Initializes a new instance of the ScriptMapReference class.

◆ ScriptMapReference() [2/2]

Lusid.Sdk.Model.ScriptMapReference.ScriptMapReference ( string  scope = default(string),
string  code = default(string),
string  key = default(string) 
)
inline

Initializes a new instance of the ScriptMapReference class.

Parameters
scopeThe scope of the configuration store entry where the translation map is located. (required).
codeThe code of the configuration store entry where the translation map is located. (required).
keyThe key of the configuration store entry where the translation map is located. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ScriptMapReference instances are equal

Parameters
inputInstance of ScriptMapReference to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.ScriptMapReference.Code
getset

The code of the configuration store entry where the translation map is located.

The code of the configuration store entry where the translation map is located.

◆ Key

string Lusid.Sdk.Model.ScriptMapReference.Key
getset

The key of the configuration store entry where the translation map is located.

The key of the configuration store entry where the translation map is located.

◆ Scope

string Lusid.Sdk.Model.ScriptMapReference.Scope
getset

The scope of the configuration store entry where the translation map is located.

The scope of the configuration store entry where the translation map is located.


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