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

UpdateCheckDefinitionRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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< UpdateCheckDefinitionRuleSetRuleSets [get, set]
 A collection of rule sets for the Check Definition. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the Check Definition. More...
 

Detailed Description

UpdateCheckDefinitionRequest

Constructor & Destructor Documentation

◆ UpdateCheckDefinitionRequest() [1/2]

Lusid.Sdk.Model.UpdateCheckDefinitionRequest.UpdateCheckDefinitionRequest ( )
inlineprotected

Initializes a new instance of the UpdateCheckDefinitionRequest class.

◆ UpdateCheckDefinitionRequest() [2/2]

Lusid.Sdk.Model.UpdateCheckDefinitionRequest.UpdateCheckDefinitionRequest ( string  displayName = default(string),
string  description = default(string),
CheckDefinitionDatasetSchema  datasetSchema = default(CheckDefinitionDatasetSchema),
List< UpdateCheckDefinitionRuleSet ruleSets = default(List<UpdateCheckDefinitionRuleSet>),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the UpdateCheckDefinitionRequest class.

Parameters
displayNameThe name of the Check Definition. (required).
descriptionA description for the Check Definition. (required).
datasetSchemadatasetSchema.
ruleSetsA collection of rule sets for the Check Definition. (required).
propertiesA set of properties for the Check Definition..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateCheckDefinitionRequest instances are equal

Parameters
inputInstance of UpdateCheckDefinitionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DatasetSchema

CheckDefinitionDatasetSchema Lusid.Sdk.Model.UpdateCheckDefinitionRequest.DatasetSchema
getset

Gets or Sets DatasetSchema

◆ Description

string Lusid.Sdk.Model.UpdateCheckDefinitionRequest.Description
getset

A description for the Check Definition.

A description for the Check Definition.

◆ DisplayName

string Lusid.Sdk.Model.UpdateCheckDefinitionRequest.DisplayName
getset

The name of the Check Definition.

The name of the Check Definition.

◆ Properties

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

A set of properties for the Check Definition.

A set of properties for the Check Definition.

◆ RuleSets

List<UpdateCheckDefinitionRuleSet> Lusid.Sdk.Model.UpdateCheckDefinitionRequest.RuleSets
getset

A collection of rule sets for the Check Definition.

A collection of rule sets for the Check Definition.


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