DataModelSummary
More...
◆ DataModelSummary() [1/2]
| Lusid.Sdk.Model.DataModelSummary.DataModelSummary |
( |
| ) |
|
|
inlineprotected |
◆ DataModelSummary() [2/2]
| Lusid.Sdk.Model.DataModelSummary.DataModelSummary |
( |
ResourceId |
id = default(ResourceId), |
|
|
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
string |
entityType = default(string), |
|
|
string |
type = default(string), |
|
|
int |
precedence = default(int), |
|
|
ResourceId |
parent = default(ResourceId), |
|
|
List< DataModelSummary > |
children = default(List<DataModelSummary>) |
|
) |
| |
|
inline |
Initializes a new instance of the DataModelSummary class.
- Parameters
-
| id | id (required). |
| displayName | The name of the Custom Data Model. (required). |
| description | A description for the Custom Data Model.. |
| entityType | The entity type that the Custom Data Model binds to. (required). |
| type | Either Root or Leaf or Intermediate. (required). |
| precedence | Where in the hierarchy this model sits. (required). |
| parent | parent. |
| children | Child Custom Data Models that will inherit from this data model. (required). |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.DataModelSummary.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.DataModelSummary.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.DataModelSummary.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.DataModelSummary.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Children
Child Custom Data Models that will inherit from this data model.
Child Custom Data Models that will inherit from this data model.
◆ Description
| string Lusid.Sdk.Model.DataModelSummary.Description |
|
getset |
A description for the Custom Data Model.
A description for the Custom Data Model.
◆ DisplayName
| string Lusid.Sdk.Model.DataModelSummary.DisplayName |
|
getset |
The name of the Custom Data Model.
The name of the Custom Data Model.
◆ EntityType
| string Lusid.Sdk.Model.DataModelSummary.EntityType |
|
getset |
The entity type that the Custom Data Model binds to.
The entity type that the Custom Data Model binds to.
◆ Id
◆ Parent
| ResourceId Lusid.Sdk.Model.DataModelSummary.Parent |
|
getset |
◆ Precedence
| int Lusid.Sdk.Model.DataModelSummary.Precedence |
|
getset |
Where in the hierarchy this model sits.
Where in the hierarchy this model sits.
◆ Type
| string Lusid.Sdk.Model.DataModelSummary.Type |
|
getset |
Either Root or Leaf or Intermediate.
Either Root or Leaf or Intermediate.
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/DataModelSummary.cs