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

CustomEntityRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 A display label for the custom entity. More...
 
string Description [get, set]
 A description of the custom entity. More...
 
List< CustomEntityIdIdentifiers [get, set]
 The identifiers the custom entity will be upserted with. More...
 
List< CustomEntityFieldFields [get, set]
 The fields that decorate the custom entity. More...
 

Detailed Description

CustomEntityRequest

Constructor & Destructor Documentation

◆ CustomEntityRequest() [1/2]

Lusid.Sdk.Model.CustomEntityRequest.CustomEntityRequest ( )
inlineprotected

Initializes a new instance of the CustomEntityRequest class.

◆ CustomEntityRequest() [2/2]

Lusid.Sdk.Model.CustomEntityRequest.CustomEntityRequest ( string  displayName = default(string),
string  description = default(string),
List< CustomEntityId identifiers = default(List<CustomEntityId>),
List< CustomEntityField fields = default(List<CustomEntityField>) 
)
inline

Initializes a new instance of the CustomEntityRequest class.

Parameters
displayNameA display label for the custom entity. (required).
descriptionA description of the custom entity. (required).
identifiersThe identifiers the custom entity will be upserted with. (required).
fieldsThe fields that decorate the custom entity..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CustomEntityRequest instances are equal

Parameters
inputInstance of CustomEntityRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.CustomEntityRequest.Description
getset

A description of the custom entity.

A description of the custom entity.

◆ DisplayName

string Lusid.Sdk.Model.CustomEntityRequest.DisplayName
getset

A display label for the custom entity.

A display label for the custom entity.

◆ Fields

List<CustomEntityField> Lusid.Sdk.Model.CustomEntityRequest.Fields
getset

The fields that decorate the custom entity.

The fields that decorate the custom entity.

◆ Identifiers

List<CustomEntityId> Lusid.Sdk.Model.CustomEntityRequest.Identifiers
getset

The identifiers the custom entity will be upserted with.

The identifiers the custom entity will be upserted with.


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