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

ModelClient More...

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

Public Member Functions

 ModelClient ()
 Initializes a new instance of the ModelClient class. More...
 
bool ShouldSerializeName ()
 Returns false as Name should not be serialized given that it's read-only. 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 (ModelClient input)
 Returns true if ModelClient instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Name [get]
 Gets or Sets Name More...
 

Detailed Description

ModelClient

Constructor & Destructor Documentation

◆ ModelClient()

Lusid.Sdk.Model.ModelClient.ModelClient ( )
inline

Initializes a new instance of the ModelClient class.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ModelClient instances are equal

Parameters
inputInstance of ModelClient to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ShouldSerializeName()

bool Lusid.Sdk.Model.ModelClient.ShouldSerializeName ( )
inline

Returns false as Name should not be serialized given that it's read-only.

Returns
false (boolean)

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Name

string Lusid.Sdk.Model.ModelClient.Name
get

Gets or Sets Name


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