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

DataScope More...

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

Public Member Functions

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

Properties

ModelClient VarClient [get, set]
 Gets or Sets VarClient More...
 
string Scope [get, set]
 Gets or Sets Scope More...
 

Detailed Description

DataScope

Constructor & Destructor Documentation

◆ DataScope()

Lusid.Sdk.Model.DataScope.DataScope ( ModelClient  varClient = default(ModelClient),
string  scope = default(string) 
)
inline

Initializes a new instance of the DataScope class.

Parameters
varClientvarClient.
scopescope.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DataScope instances are equal

Parameters
inputInstance of DataScope to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Scope

string Lusid.Sdk.Model.DataScope.Scope
getset

Gets or Sets Scope

◆ VarClient

ModelClient Lusid.Sdk.Model.DataScope.VarClient
getset

Gets or Sets VarClient


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