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

CustomEntityDefinitionRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string EntityTypeName [get, set]
 A name for the custom entity type. This will be prefixed with “~” and returned as “entityType”, which is the identifier for the custom entity type. More...
 
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

CustomEntityDefinitionRequest

Constructor & Destructor Documentation

◆ CustomEntityDefinitionRequest() [1/2]

Lusid.Sdk.Model.CustomEntityDefinitionRequest.CustomEntityDefinitionRequest ( )
inlineprotected

Initializes a new instance of the CustomEntityDefinitionRequest class.

◆ CustomEntityDefinitionRequest() [2/2]

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

Initializes a new instance of the CustomEntityDefinitionRequest class.

Parameters
entityTypeNameA name for the custom entity type. This will be prefixed with “~” and returned as “entityType”, which is the identifier for the custom entity type. (required).
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]

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

Returns true if CustomEntityDefinitionRequest instances are equal

Parameters
inputInstance of CustomEntityDefinitionRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.CustomEntityDefinitionRequest.Description
getset

A description for the custom entity type.

A description for the custom entity type.

◆ DisplayName

string Lusid.Sdk.Model.CustomEntityDefinitionRequest.DisplayName
getset

A display label for the custom entity type.

A display label for the custom entity type.

◆ EntityTypeName

string Lusid.Sdk.Model.CustomEntityDefinitionRequest.EntityTypeName
getset

A name for the custom entity type. This will be prefixed with “~” and returned as “entityType”, which is the identifier for the custom entity type.

A name for the custom entity type. This will be prefixed with “~” and returned as “entityType”, which is the identifier for the custom entity type.

◆ FieldSchema

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