CheckStep
More...
|
| | CheckStep () |
| | Initializes a new instance of the CheckStep class. More...
|
| |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| | To validate all properties of the instance More...
|
| |
| | ComplianceStep () |
| | Initializes a new instance of the ComplianceStep class. More...
|
| |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| | To validate all properties of the instance More...
|
| |
|
| string | Label [get, set] |
| | The label of the compliance step More...
|
| |
| List< ComplianceTemplateParameter > | LimitCheckParameters [get, set] |
| | Parameters required for an absolute limit check More...
|
| |
| List< ComplianceTemplateParameter > | WarningCheckParameters [get, set] |
| | Parameters required for a warning limit check More...
|
| |
| ComplianceStepTypeEnum | ComplianceStepType [get, set] |
| | The type of the compliance step. Available values: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep, PercentCheckStep. More...
|
| |
|
| enum class | ComplianceStepTypeEnum {
FilterStep = 1
, GroupByStep = 2
, GroupFilterStep = 3
, BranchStep = 4
,
RecombineStep = 5
, CheckStep = 6
, PercentCheckStep = 7
} |
| | The type of the compliance step. Available values: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep, PercentCheckStep. More...
|
| |
◆ CheckStep() [1/2]
| Lusid.Sdk.Model.CheckStep.CheckStep |
( |
| ) |
|
|
inlineprotected |
Initializes a new instance of the CheckStep class.
◆ CheckStep() [2/2]
Initializes a new instance of the CheckStep class.
- Parameters
-
◆ BaseValidate()
| IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.CheckStep.BaseValidate |
( |
ValidationContext |
validationContext | ) |
|
|
inlineprotected |
To validate all properties of the instance
- Parameters
-
| validationContext | Validation context |
- Returns
- Validation Result
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.CheckStep.Equals |
( |
CheckStep |
input | ) |
|
|
inline |
Returns true if CheckStep instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.CheckStep.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.CheckStep.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| override string Lusid.Sdk.Model.CheckStep.ToJson |
( |
| ) |
|
|
inlinevirtual |
◆ ToString()
| override string Lusid.Sdk.Model.CheckStep.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Label
| string Lusid.Sdk.Model.CheckStep.Label |
|
getset |
The label of the compliance step
The label of the compliance step
◆ LimitCheckParameters
Parameters required for an absolute limit check
Parameters required for an absolute limit check
◆ WarningCheckParameters
Parameters required for a warning limit check
Parameters required for a warning limit check
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/CheckStep.cs