CustomEntityResponse
More...
|
| | CustomEntityResponse (string href=default(string), string entityType=default(string), ModelVersion varVersion=default(ModelVersion), StagedModificationsInfo stagedModifications=default(StagedModificationsInfo), 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 >), Dictionary< string, Property > properties=default(Dictionary< string, Property >), 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...
|
| |
|
| 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 | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| StagedModificationsInfo | StagedModifications [get, set] |
| | Gets or Sets StagedModifications 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< CustomEntityId > | Identifiers [get, set] |
| | The identifiers the custom entity will be upserted with. More...
|
| |
| List< CustomEntityField > | Fields [get, set] |
| | The fields that decorate the custom entity. More...
|
| |
| List< Relationship > | Relationships [get, set] |
| | A set of relationships associated to the custom entity. More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | The properties that decorate the custom entity. More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ CustomEntityResponse() [1/2]
| Lusid.Sdk.Model.CustomEntityResponse.CustomEntityResponse |
( |
| ) |
|
|
inlineprotected |
◆ CustomEntityResponse() [2/2]
| Lusid.Sdk.Model.CustomEntityResponse.CustomEntityResponse |
( |
string |
href = default(string), |
|
|
string |
entityType = default(string), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
StagedModificationsInfo |
stagedModifications = default(StagedModificationsInfo), |
|
|
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>), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the CustomEntityResponse class.
- Parameters
-
| href | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.. |
| entityType | The type of custom entity this is. (required). |
| varVersion | varVersion (required). |
| stagedModifications | stagedModifications. |
| displayName | A display label for the custom entity. (required). |
| description | A description of the custom entity.. |
| identifiers | The identifiers the custom entity will be upserted with. (required). |
| fields | The fields that decorate the custom entity. (required). |
| relationships | A set of relationships associated to the custom entity. (required). |
| properties | The properties that decorate the custom entity.. |
| links | links. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.CustomEntityResponse.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object 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
◆ 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
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
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 |
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.CustomEntityResponse.Properties |
|
getset |
The properties that decorate the custom entity.
The properties that decorate the custom entity.
◆ 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.
◆ StagedModifications
Gets or Sets StagedModifications
◆ VarVersion
| ModelVersion Lusid.Sdk.Model.CustomEntityResponse.VarVersion |
|
getset |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/CustomEntityResponse.cs