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

UpdateDataTypeRequest More...

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

Public Member Functions

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

Properties

string DisplayName [get, set]
 The display name of the data type. More...
 
string Description [get, set]
 The description of the data type. More...
 
List< string > AcceptableValues [get, set]
 The acceptable set of values for this data type. Only applies to &#39;open&#39; value type range. More...
 
List< UpdateUnitRequestAcceptableUnits [get, set]
 The definitions of the acceptable units. More...
 

Detailed Description

UpdateDataTypeRequest

Constructor & Destructor Documentation

◆ UpdateDataTypeRequest()

Lusid.Sdk.Model.UpdateDataTypeRequest.UpdateDataTypeRequest ( string  displayName = default(string),
string  description = default(string),
List< string >  acceptableValues = default(List<string>),
List< UpdateUnitRequest acceptableUnits = default(List<UpdateUnitRequest>) 
)
inline

Initializes a new instance of the UpdateDataTypeRequest class.

Parameters
displayNameThe display name of the data type..
descriptionThe description of the data type..
acceptableValuesThe acceptable set of values for this data type. Only applies to &#39;open&#39; value type range..
acceptableUnitsThe definitions of the acceptable units..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateDataTypeRequest instances are equal

Parameters
inputInstance of UpdateDataTypeRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AcceptableUnits

List<UpdateUnitRequest> Lusid.Sdk.Model.UpdateDataTypeRequest.AcceptableUnits
getset

The definitions of the acceptable units.

The definitions of the acceptable units.

◆ AcceptableValues

List<string> Lusid.Sdk.Model.UpdateDataTypeRequest.AcceptableValues
getset

The acceptable set of values for this data type. Only applies to &#39;open&#39; value type range.

The acceptable set of values for this data type. Only applies to &#39;open&#39; value type range.

◆ Description

string Lusid.Sdk.Model.UpdateDataTypeRequest.Description
getset

The description of the data type.

The description of the data type.

◆ DisplayName

string Lusid.Sdk.Model.UpdateDataTypeRequest.DisplayName
getset

The display name of the data type.

The display name of the data type.


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