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

DataModelSummary More...

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

Public Member Functions

 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 >))
 Initializes a new instance of the DataModelSummary 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 (DataModelSummary input)
 Returns true if DataModelSummary instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
string DisplayName [get, set]
 The name of the Custom Data Model. More...
 
string Description [get, set]
 A description for the Custom Data Model. More...
 
string EntityType [get, set]
 The entity type that the Custom Data Model binds to. More...
 
string Type [get, set]
 Either Root or Leaf or Intermediate. More...
 
int Precedence [get, set]
 Where in the hierarchy this model sits. More...
 
ResourceId Parent [get, set]
 Gets or Sets Parent More...
 
List< DataModelSummaryChildren [get, set]
 Child Custom Data Models that will inherit from this data model. More...
 

Detailed Description

DataModelSummary

Constructor & Destructor Documentation

◆ DataModelSummary() [1/2]

Lusid.Sdk.Model.DataModelSummary.DataModelSummary ( )
inlineprotected

Initializes a new instance of the DataModelSummary class.

◆ 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
idid (required).
displayNameThe name of the Custom Data Model. (required).
descriptionA description for the Custom Data Model..
entityTypeThe entity type that the Custom Data Model binds to. (required).
typeEither Root or Leaf or Intermediate. (required).
precedenceWhere in the hierarchy this model sits. (required).
parentparent.
childrenChild Custom Data Models that will inherit from this data model. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DataModelSummary instances are equal

Parameters
inputInstance of DataModelSummary to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject 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

Property Documentation

◆ Children

List<DataModelSummary> Lusid.Sdk.Model.DataModelSummary.Children
getset

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

ResourceId Lusid.Sdk.Model.DataModelSummary.Id
getset

Gets or Sets Id

◆ Parent

ResourceId Lusid.Sdk.Model.DataModelSummary.Parent
getset

Gets or Sets Parent

◆ 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: