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

UpdatePropertyDefinitionRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 The display name of the property. More...
 
string PropertyDescription [get, set]
 Describes the property More...
 

Detailed Description

UpdatePropertyDefinitionRequest

Constructor & Destructor Documentation

◆ UpdatePropertyDefinitionRequest() [1/2]

Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.UpdatePropertyDefinitionRequest ( )
inlineprotected

Initializes a new instance of the UpdatePropertyDefinitionRequest class.

◆ UpdatePropertyDefinitionRequest() [2/2]

Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.UpdatePropertyDefinitionRequest ( string  displayName = default(string),
string  propertyDescription = default(string) 
)
inline

Initializes a new instance of the UpdatePropertyDefinitionRequest class.

Parameters
displayNameThe display name of the property. (required).
propertyDescriptionDescribes the property.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdatePropertyDefinitionRequest instances are equal

Parameters
inputInstance of UpdatePropertyDefinitionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DisplayName

string Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.DisplayName
getset

The display name of the property.

The display name of the property.

◆ PropertyDescription

string Lusid.Sdk.Model.UpdatePropertyDefinitionRequest.PropertyDescription
getset

Describes the property

Describes the property


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