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

CheckDefinition More...

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

Public Member Functions

 CheckDefinition (ResourceId id=default(ResourceId), string displayName=default(string), string description=default(string), CheckDefinitionDatasetSchema datasetSchema=default(CheckDefinitionDatasetSchema), List< CheckDefinitionRuleSet > ruleSets=default(List< CheckDefinitionRuleSet >), string href=default(string), ModelVersion varVersion=default(ModelVersion), Dictionary< string, Property > properties=default(Dictionary< string, Property >), List< Link > links=default(List< Link >))
 Initializes a new instance of the CheckDefinition 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 (CheckDefinition input)
 Returns true if CheckDefinition instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
string DisplayName [get, set]
 The name of the Check Definition. More...
 
string Description [get, set]
 A description for the Check Definition. More...
 
CheckDefinitionDatasetSchema DatasetSchema [get, set]
 Gets or Sets DatasetSchema More...
 
List< CheckDefinitionRuleSetRuleSets [get, set]
 A collection of rule sets for the Check Definition. More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the Check Definition. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

CheckDefinition

Constructor & Destructor Documentation

◆ CheckDefinition() [1/2]

Lusid.Sdk.Model.CheckDefinition.CheckDefinition ( )
inlineprotected

Initializes a new instance of the CheckDefinition class.

◆ CheckDefinition() [2/2]

Lusid.Sdk.Model.CheckDefinition.CheckDefinition ( ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
CheckDefinitionDatasetSchema  datasetSchema = default(CheckDefinitionDatasetSchema),
List< CheckDefinitionRuleSet ruleSets = default(List<CheckDefinitionRuleSet>),
string  href = default(string),
ModelVersion  varVersion = default(ModelVersion),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the CheckDefinition class.

Parameters
idid (required).
displayNameThe name of the Check Definition..
descriptionA description for the Check Definition..
datasetSchemadatasetSchema.
ruleSetsA collection of rule sets for the Check Definition..
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
varVersionvarVersion.
propertiesA set of properties for the Check Definition..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CheckDefinition instances are equal

Parameters
inputInstance of CheckDefinition to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DatasetSchema

CheckDefinitionDatasetSchema Lusid.Sdk.Model.CheckDefinition.DatasetSchema
getset

Gets or Sets DatasetSchema

◆ Description

string Lusid.Sdk.Model.CheckDefinition.Description
getset

A description for the Check Definition.

A description for the Check Definition.

◆ DisplayName

string Lusid.Sdk.Model.CheckDefinition.DisplayName
getset

The name of the Check Definition.

The name of the Check Definition.

◆ Href

string Lusid.Sdk.Model.CheckDefinition.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Id

ResourceId Lusid.Sdk.Model.CheckDefinition.Id
getset

Gets or Sets Id

◆ Links

List<Link> Lusid.Sdk.Model.CheckDefinition.Links
getset

Gets or Sets Links

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.CheckDefinition.Properties
getset

A set of properties for the Check Definition.

A set of properties for the Check Definition.

◆ RuleSets

List<CheckDefinitionRuleSet> Lusid.Sdk.Model.CheckDefinition.RuleSets
getset

A collection of rule sets for the Check Definition.

A collection of rule sets for the Check Definition.

◆ VarVersion

ModelVersion Lusid.Sdk.Model.CheckDefinition.VarVersion
getset

Gets or Sets VarVersion


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