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

UpsertDialectRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

UpsertDialectRequest

Constructor & Destructor Documentation

◆ UpsertDialectRequest() [1/2]

Lusid.Sdk.Model.UpsertDialectRequest.UpsertDialectRequest ( )
inlineprotected

Initializes a new instance of the UpsertDialectRequest class.

◆ UpsertDialectRequest() [2/2]

Lusid.Sdk.Model.UpsertDialectRequest.UpsertDialectRequest ( DialectId  id = default(DialectId),
DialectSchema  schema = default(DialectSchema) 
)
inline

Initializes a new instance of the UpsertDialectRequest class.

Parameters
idid (required).
schemaschema (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertDialectRequest instances are equal

Parameters
inputInstance of UpsertDialectRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Id

DialectId Lusid.Sdk.Model.UpsertDialectRequest.Id
getset

Gets or Sets Id

◆ Schema

DialectSchema Lusid.Sdk.Model.UpsertDialectRequest.Schema
getset

Gets or Sets Schema


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