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

A list of scopes. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Scope [get, set]
 The unique identifier for the scope. More...
 

Detailed Description

A list of scopes.

Constructor & Destructor Documentation

◆ ScopeDefinition() [1/2]

Lusid.Sdk.Model.ScopeDefinition.ScopeDefinition ( )
inlineprotected

Initializes a new instance of the ScopeDefinition class.

◆ ScopeDefinition() [2/2]

Lusid.Sdk.Model.ScopeDefinition.ScopeDefinition ( string  scope = default(string))
inline

Initializes a new instance of the ScopeDefinition class.

Parameters
scopeThe unique identifier for the scope. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ScopeDefinition instances are equal

Parameters
inputInstance of ScopeDefinition to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Scope

string Lusid.Sdk.Model.ScopeDefinition.Scope
getset

The unique identifier for the scope.

The unique identifier for the scope.


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