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

UpdateCustomEntityDefinitionRequest More...

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

Public Member Functions

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

Protected Member Functions

 UpdateCustomEntityDefinitionRequest ()
 Initializes a new instance of the UpdateCustomEntityDefinitionRequest 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

UpdateCustomEntityDefinitionRequest

Constructor & Destructor Documentation

◆ UpdateCustomEntityDefinitionRequest() [1/2]

Lusid.Sdk.Model.UpdateCustomEntityDefinitionRequest.UpdateCustomEntityDefinitionRequest ( )
inlineprotected

Initializes a new instance of the UpdateCustomEntityDefinitionRequest class.

◆ UpdateCustomEntityDefinitionRequest() [2/2]

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

Initializes a new instance of the UpdateCustomEntityDefinitionRequest 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.UpdateCustomEntityDefinitionRequest.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateCustomEntityDefinitionRequest instances are equal

Parameters
inputInstance of UpdateCustomEntityDefinitionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.UpdateCustomEntityDefinitionRequest.Description
getset

A description for the custom entity type.

A description for the custom entity type.

◆ DisplayName

string Lusid.Sdk.Model.UpdateCustomEntityDefinitionRequest.DisplayName
getset

A display label for the custom entity type.

A display label for the custom entity type.

◆ FieldSchema

List<CustomEntityFieldDefinition> Lusid.Sdk.Model.UpdateCustomEntityDefinitionRequest.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: