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

CustomEntityProperties More...

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

Public Member Functions

 CustomEntityProperties (string href=default(string), string entityType=default(string), List< CustomEntityId > identifiers=default(List< CustomEntityId >), Dictionary< string, Property > properties=default(Dictionary< string, Property >), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the CustomEntityProperties 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 (CustomEntityProperties input)
 Returns true if CustomEntityProperties instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 CustomEntityProperties ()
 Initializes a new instance of the CustomEntityProperties 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...
 
List< CustomEntityIdIdentifiers [get, set]
 The identifiers the custom entity will be upserted with. More...
 
Dictionary< string, PropertyProperties [get, set]
 The properties that decorate the custom entity. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

CustomEntityProperties

Constructor & Destructor Documentation

◆ CustomEntityProperties() [1/2]

Lusid.Sdk.Model.CustomEntityProperties.CustomEntityProperties ( )
inlineprotected

Initializes a new instance of the CustomEntityProperties class.

◆ CustomEntityProperties() [2/2]

Lusid.Sdk.Model.CustomEntityProperties.CustomEntityProperties ( string  href = default(string),
string  entityType = default(string),
List< CustomEntityId identifiers = default(List<CustomEntityId>),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
ModelVersion  varVersion = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the CustomEntityProperties class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. (required).
entityTypeThe type of custom entity this is. (required).
identifiersThe identifiers the custom entity will be upserted with. (required).
propertiesThe properties that decorate the custom entity..
varVersionvarVersion (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CustomEntityProperties instances are equal

Parameters
inputInstance of CustomEntityProperties to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EntityType

string Lusid.Sdk.Model.CustomEntityProperties.EntityType
getset

The type of custom entity this is.

The type of custom entity this is.

◆ Href

string Lusid.Sdk.Model.CustomEntityProperties.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.CustomEntityProperties.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.CustomEntityProperties.Links
getset

Gets or Sets Links

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.CustomEntityProperties.Properties
getset

The properties that decorate the custom entity.

The properties that decorate the custom entity.

◆ VarVersion

ModelVersion Lusid.Sdk.Model.CustomEntityProperties.VarVersion
getset

Gets or Sets VarVersion


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