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

UpdateUnitRequest More...

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

Public Member Functions

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

Properties

string Code [get, set]
 Gets or Sets Code More...
 
string DisplayName [get, set]
 Gets or Sets DisplayName More...
 
string Description [get, set]
 Gets or Sets Description More...
 

Detailed Description

UpdateUnitRequest

Constructor & Destructor Documentation

◆ UpdateUnitRequest()

Lusid.Sdk.Model.UpdateUnitRequest.UpdateUnitRequest ( string  code = default(string),
string  displayName = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the UpdateUnitRequest class.

Parameters
codecode.
displayNamedisplayName.
descriptiondescription.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateUnitRequest instances are equal

Parameters
inputInstance of UpdateUnitRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.UpdateUnitRequest.Code
getset

Gets or Sets Code

◆ Description

string Lusid.Sdk.Model.UpdateUnitRequest.Description
getset

Gets or Sets Description

◆ DisplayName

string Lusid.Sdk.Model.UpdateUnitRequest.DisplayName
getset

Gets or Sets DisplayName


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