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

CustomEntityResponse More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
string EntityType [get, set]
 The type of custom entity this is. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
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...
 
List< RelationshipRelationships [get, set]
 A set of relationships associated to the custom entity. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

CustomEntityResponse

Constructor & Destructor Documentation

◆ CustomEntityResponse() [1/2]

Lusid.Sdk.Model.CustomEntityResponse.CustomEntityResponse ( )
inlineprotected

Initializes a new instance of the CustomEntityResponse class.

◆ CustomEntityResponse() [2/2]

Lusid.Sdk.Model.CustomEntityResponse.CustomEntityResponse ( string  href = default(string),
string  entityType = default(string),
ModelVersion  version = default(ModelVersion),
string  displayName = default(string),
string  description = default(string),
List< CustomEntityId identifiers = default(List<CustomEntityId>),
List< CustomEntityField fields = default(List<CustomEntityField>),
List< Relationship relationships = default(List<Relationship>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the CustomEntityResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
entityTypeThe type of custom entity this is. (required).
versionversion (required).
displayNameA display label for the custom entity. (required).
descriptionA description of the custom entity..
identifiersThe identifiers the custom entity will be upserted with. (required).
fieldsThe fields that decorate the custom entity. (required).
relationshipsA set of relationships associated to the custom entity. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CustomEntityResponse instances are equal

Parameters
inputInstance of CustomEntityResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.CustomEntityResponse._Version
getset

Gets or Sets _Version

◆ Description

string Lusid.Sdk.Model.CustomEntityResponse.Description
getset

A description of the custom entity.

A description of the custom entity.

◆ DisplayName

string Lusid.Sdk.Model.CustomEntityResponse.DisplayName
getset

A display label for the custom entity.

A display label for the custom entity.

◆ EntityType

string Lusid.Sdk.Model.CustomEntityResponse.EntityType
getset

The type of custom entity this is.

The type of custom entity this is.

◆ Fields

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

The fields that decorate the custom entity.

The fields that decorate the custom entity.

◆ Href

string Lusid.Sdk.Model.CustomEntityResponse.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Identifiers

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

The identifiers the custom entity will be upserted with.

The identifiers the custom entity will be upserted with.

◆ Links

List<Link> Lusid.Sdk.Model.CustomEntityResponse.Links
getset

Gets or Sets Links

◆ Relationships

List<Relationship> Lusid.Sdk.Model.CustomEntityResponse.Relationships
getset

A set of relationships associated to the custom entity.

A set of relationships associated to the custom entity.


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