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

RunCheckRequest More...

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

Public Member Functions

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

Properties

LusidEntityDataset LusidEntityDataset [get, set]
 Gets or Sets LusidEntityDataset More...
 
int LimitIndividualBreachesPerRule [get, set]
 The maximum number of individual breaches to return per rule. Defaults to 100 if not specified. More...
 

Detailed Description

RunCheckRequest

Constructor & Destructor Documentation

◆ RunCheckRequest()

Lusid.Sdk.Model.RunCheckRequest.RunCheckRequest ( LusidEntityDataset  lusidEntityDataset = default(LusidEntityDataset),
int  limitIndividualBreachesPerRule = default(int) 
)
inline

Initializes a new instance of the RunCheckRequest class.

Parameters
lusidEntityDatasetlusidEntityDataset.
limitIndividualBreachesPerRuleThe maximum number of individual breaches to return per rule. Defaults to 100 if not specified..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RunCheckRequest instances are equal

Parameters
inputInstance of RunCheckRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ LimitIndividualBreachesPerRule

int Lusid.Sdk.Model.RunCheckRequest.LimitIndividualBreachesPerRule
getset

The maximum number of individual breaches to return per rule. Defaults to 100 if not specified.

The maximum number of individual breaches to return per rule. Defaults to 100 if not specified.

◆ LusidEntityDataset

LusidEntityDataset Lusid.Sdk.Model.RunCheckRequest.LusidEntityDataset
getset

Gets or Sets LusidEntityDataset


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