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

CheckDefinitionDatasetSchema More...

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

Public Member Functions

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

Properties

string Type [get, set]
 The type of dataset schema that the Check Definition applies to More...
 
string EntityType [get, set]
 The type of entity that the dataset schema applies to, e.g. Instrument, Transaction, etc. More...
 

Detailed Description

CheckDefinitionDatasetSchema

Constructor & Destructor Documentation

◆ CheckDefinitionDatasetSchema()

Lusid.Sdk.Model.CheckDefinitionDatasetSchema.CheckDefinitionDatasetSchema ( string  type = default(string),
string  entityType = default(string) 
)
inline

Initializes a new instance of the CheckDefinitionDatasetSchema class.

Parameters
typeThe type of dataset schema that the Check Definition applies to.
entityTypeThe type of entity that the dataset schema applies to, e.g. Instrument, Transaction, etc..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CheckDefinitionDatasetSchema instances are equal

Parameters
inputInstance of CheckDefinitionDatasetSchema to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EntityType

string Lusid.Sdk.Model.CheckDefinitionDatasetSchema.EntityType
getset

The type of entity that the dataset schema applies to, e.g. Instrument, Transaction, etc.

The type of entity that the dataset schema applies to, e.g. Instrument, Transaction, etc.

◆ Type

string Lusid.Sdk.Model.CheckDefinitionDatasetSchema.Type
getset

The type of dataset schema that the Check Definition applies to

The type of dataset schema that the Check Definition applies to


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