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

The unique id of the user that issued the command. More...

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

Public Member Functions

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

Properties

string Id [get, set]
 The unique id of the user. More...
 

Detailed Description

The unique id of the user that issued the command.

Constructor & Destructor Documentation

◆ User()

Lusid.Sdk.Model.User.User ( string  id = default(string))
inline

Initializes a new instance of the User class.

Parameters
idThe unique id of the user..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if User instances are equal

Parameters
inputInstance of User to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Id

string Lusid.Sdk.Model.User.Id
getset

The unique id of the user.

The unique id of the user.


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