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

UpdateRelationalDatasetDetails More...

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

Public Member Functions

 UpdateRelationalDatasetDetails (string displayName=default(string), string description=default(string), ApplicableEntityTypes applicableEntityTypes=default(ApplicableEntityTypes))
 Initializes a new instance of the UpdateRelationalDatasetDetails 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 (UpdateRelationalDatasetDetails input)
 Returns true if UpdateRelationalDatasetDetails instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

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...
 
ApplicableEntityTypes ApplicableEntityTypes [get, set]
 Gets or Sets ApplicableEntityTypes More...
 

Detailed Description

UpdateRelationalDatasetDetails

Constructor & Destructor Documentation

◆ UpdateRelationalDatasetDetails() [1/2]

Lusid.Sdk.Model.UpdateRelationalDatasetDetails.UpdateRelationalDatasetDetails ( )
inlineprotected

Initializes a new instance of the UpdateRelationalDatasetDetails class.

◆ UpdateRelationalDatasetDetails() [2/2]

Lusid.Sdk.Model.UpdateRelationalDatasetDetails.UpdateRelationalDatasetDetails ( string  displayName = default(string),
string  description = default(string),
ApplicableEntityTypes  applicableEntityTypes = default(ApplicableEntityTypes) 
)
inline

Initializes a new instance of the UpdateRelationalDatasetDetails class.

Parameters
displayNameA user-friendly display name for the relational dataset definition. (required).
descriptionA detailed description of the relational dataset definition and its purpose..
applicableEntityTypesapplicableEntityTypes.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateRelationalDatasetDetails instances are equal

Parameters
inputInstance of UpdateRelationalDatasetDetails to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApplicableEntityTypes

ApplicableEntityTypes Lusid.Sdk.Model.UpdateRelationalDatasetDetails.ApplicableEntityTypes
getset

Gets or Sets ApplicableEntityTypes

◆ Description

string Lusid.Sdk.Model.UpdateRelationalDatasetDetails.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.UpdateRelationalDatasetDetails.DisplayName
getset

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

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


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