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

RelationalDatasetDefinition More...

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

Public Member Functions

 RelationalDatasetDefinition (ResourceId id=default(ResourceId), string displayName=default(string), string description=default(string), List< string > applicableEntityTypes=default(List< string >), List< RelationalDatasetFieldDefinition > fieldSchema=default(List< RelationalDatasetFieldDefinition >), string href=default(string), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the RelationalDatasetDefinition 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 (RelationalDatasetDefinition input)
 Returns true if RelationalDatasetDefinition instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
string DisplayName [get, set]
 A user-friendly display name for the relational dataset definition. More...
 
string Description [get, set]
 A detailed description of the relational dataset definition and its purpose. More...
 
List< string > ApplicableEntityTypes [get, set]
 The types of entities this relational dataset definition can be applied to (e.g. Instrument, Portfolio, etc.). More...
 
List< RelationalDatasetFieldDefinitionFieldSchema [get, set]
 The schema defining the structure and data types of the relational dataset. More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

RelationalDatasetDefinition

Constructor & Destructor Documentation

◆ RelationalDatasetDefinition() [1/2]

Lusid.Sdk.Model.RelationalDatasetDefinition.RelationalDatasetDefinition ( )
inlineprotected

Initializes a new instance of the RelationalDatasetDefinition class.

◆ RelationalDatasetDefinition() [2/2]

Lusid.Sdk.Model.RelationalDatasetDefinition.RelationalDatasetDefinition ( ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
List< string >  applicableEntityTypes = default(List<string>),
List< RelationalDatasetFieldDefinition fieldSchema = default(List<RelationalDatasetFieldDefinition>),
string  href = default(string),
ModelVersion  varVersion = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the RelationalDatasetDefinition class.

Parameters
idid (required).
displayNameA user-friendly display name for the relational dataset definition. (required).
descriptionA detailed description of the relational dataset definition and its purpose..
applicableEntityTypesThe types of entities this relational dataset definition can be applied to (e.g. Instrument, Portfolio, etc.). (required).
fieldSchemaThe schema defining the structure and data types of the relational dataset. (required).
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
varVersionvarVersion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RelationalDatasetDefinition instances are equal

Parameters
inputInstance of RelationalDatasetDefinition to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApplicableEntityTypes

List<string> Lusid.Sdk.Model.RelationalDatasetDefinition.ApplicableEntityTypes
getset

The types of entities this relational dataset definition can be applied to (e.g. Instrument, Portfolio, etc.).

The types of entities this relational dataset definition can be applied to (e.g. Instrument, Portfolio, etc.).

◆ Description

string Lusid.Sdk.Model.RelationalDatasetDefinition.Description
getset

A detailed description of the relational dataset definition and its purpose.

A detailed description of the relational dataset definition and its purpose.

◆ DisplayName

string Lusid.Sdk.Model.RelationalDatasetDefinition.DisplayName
getset

A user-friendly display name for the relational dataset definition.

A user-friendly display name for the relational dataset definition.

◆ FieldSchema

List<RelationalDatasetFieldDefinition> Lusid.Sdk.Model.RelationalDatasetDefinition.FieldSchema
getset

The schema defining the structure and data types of the relational dataset.

The schema defining the structure and data types of the relational dataset.

◆ Href

string Lusid.Sdk.Model.RelationalDatasetDefinition.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.

◆ Id

ResourceId Lusid.Sdk.Model.RelationalDatasetDefinition.Id
getset

Gets or Sets Id

◆ Links

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

Gets or Sets Links

◆ VarVersion

ModelVersion Lusid.Sdk.Model.RelationalDatasetDefinition.VarVersion
getset

Gets or Sets VarVersion


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