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

The language/format of a translatable entity. Entities can be LUSID native or external and the Dialect describes 1) the system that understands the entity and 2) applicable validation for the entity, in the form of a schema. More...

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

Public Member Functions

 Dialect (DialectId id=default(DialectId), DialectSchema schema=default(DialectSchema), ModelVersion version=default(ModelVersion))
 Initializes a new instance of the Dialect 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 (Dialect input)
 Returns true if Dialect instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

DialectId Id [get, set]
 Gets or Sets Id More...
 
DialectSchema Schema [get, set]
 Gets or Sets Schema More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 

Detailed Description

The language/format of a translatable entity. Entities can be LUSID native or external and the Dialect describes 1) the system that understands the entity and 2) applicable validation for the entity, in the form of a schema.

Constructor & Destructor Documentation

◆ Dialect() [1/2]

Lusid.Sdk.Model.Dialect.Dialect ( )
inlineprotected

Initializes a new instance of the Dialect class.

◆ Dialect() [2/2]

Lusid.Sdk.Model.Dialect.Dialect ( DialectId  id = default(DialectId),
DialectSchema  schema = default(DialectSchema),
ModelVersion  version = default(ModelVersion) 
)
inline

Initializes a new instance of the Dialect class.

Parameters
idid (required).
schemaschema (required).
versionversion.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if Dialect instances are equal

Parameters
inputInstance of Dialect to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.Dialect._Version
getset

Gets or Sets _Version

◆ Id

DialectId Lusid.Sdk.Model.Dialect.Id
getset

Gets or Sets Id

◆ Schema

DialectSchema Lusid.Sdk.Model.Dialect.Schema
getset

Gets or Sets Schema


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