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

Membership More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Scope [get, set]
 The scope of the unique identifier associated with the Custom Data Model. More...
 
string Code [get, set]
 The code of the unique identifier associated with the Custom Data Model. More...
 
string DisplayName [get, set]
 The name of the Custom Data Model. More...
 

Detailed Description

Membership

Constructor & Destructor Documentation

◆ Membership() [1/2]

Lusid.Sdk.Model.Membership.Membership ( )
inlineprotected

Initializes a new instance of the Membership class.

◆ Membership() [2/2]

Lusid.Sdk.Model.Membership.Membership ( string  scope = default(string),
string  code = default(string),
string  displayName = default(string) 
)
inline

Initializes a new instance of the Membership class.

Parameters
scopeThe scope of the unique identifier associated with the Custom Data Model. (required).
codeThe code of the unique identifier associated with the Custom Data Model. (required).
displayNameThe name of the Custom Data Model. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if Membership instances are equal

Parameters
inputInstance of Membership to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.Membership.Code
getset

The code of the unique identifier associated with the Custom Data Model.

The code of the unique identifier associated with the Custom Data Model.

◆ DisplayName

string Lusid.Sdk.Model.Membership.DisplayName
getset

The name of the Custom Data Model.

The name of the Custom Data Model.

◆ Scope

string Lusid.Sdk.Model.Membership.Scope
getset

The scope of the unique identifier associated with the Custom Data Model.

The scope of the unique identifier associated with the Custom Data Model.


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