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

UpdateCustomEntityTypeRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 A display label for the custom entity type. More...
 
string Description [get, set]
 A description for the custom entity type. More...
 
List< CustomEntityFieldDefinitionFieldSchema [get, set]
 The description of the fields on the custom entity type. More...
 

Detailed Description

UpdateCustomEntityTypeRequest

Constructor & Destructor Documentation

◆ UpdateCustomEntityTypeRequest() [1/2]

Lusid.Sdk.Model.UpdateCustomEntityTypeRequest.UpdateCustomEntityTypeRequest ( )
inlineprotected

Initializes a new instance of the UpdateCustomEntityTypeRequest class.

◆ UpdateCustomEntityTypeRequest() [2/2]

Lusid.Sdk.Model.UpdateCustomEntityTypeRequest.UpdateCustomEntityTypeRequest ( string  displayName = default(string),
string  description = default(string),
List< CustomEntityFieldDefinition fieldSchema = default(List<CustomEntityFieldDefinition>) 
)
inline

Initializes a new instance of the UpdateCustomEntityTypeRequest class.

Parameters
displayNameA display label for the custom entity type. (required).
descriptionA description for the custom entity type. (required).
fieldSchemaThe description of the fields on the custom entity type. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateCustomEntityTypeRequest instances are equal

Parameters
inputInstance of UpdateCustomEntityTypeRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.UpdateCustomEntityTypeRequest.Description
getset

A description for the custom entity type.

A description for the custom entity type.

◆ DisplayName

string Lusid.Sdk.Model.UpdateCustomEntityTypeRequest.DisplayName
getset

A display label for the custom entity type.

A display label for the custom entity type.

◆ FieldSchema

List<CustomEntityFieldDefinition> Lusid.Sdk.Model.UpdateCustomEntityTypeRequest.FieldSchema
getset

The description of the fields on the custom entity type.

The description of the fields on the custom entity type.


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