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

A schema that a given document must obey. A representation of the validation of a particular Dialect, in a given language. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Type [get, set]
 The type of schema this represents More...
 
string Body [get, set]
 The body of the schema More...
 

Detailed Description

A schema that a given document must obey. A representation of the validation of a particular Dialect, in a given language.

Constructor & Destructor Documentation

◆ DialectSchema() [1/2]

Lusid.Sdk.Model.DialectSchema.DialectSchema ( )
inlineprotected

Initializes a new instance of the DialectSchema class.

◆ DialectSchema() [2/2]

Lusid.Sdk.Model.DialectSchema.DialectSchema ( string  type = default(string),
string  body = default(string) 
)
inline

Initializes a new instance of the DialectSchema class.

Parameters
typeThe type of schema this represents (required).
bodyThe body of the schema.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DialectSchema instances are equal

Parameters
inputInstance of DialectSchema to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Body

string Lusid.Sdk.Model.DialectSchema.Body
getset

The body of the schema

The body of the schema

◆ Type

string Lusid.Sdk.Model.DialectSchema.Type
getset

The type of schema this represents

The type of schema this represents


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