|
LUSID C# SDK
|

Public Member Functions | |
| RecombineStep (string label=default(string), List< ComplianceTemplateParameter > parameters=default(List< ComplianceTemplateParameter >), ComplianceStepTypeEnum complianceStepType=default(ComplianceStepTypeEnum)) | |
| Initializes a new instance of the RecombineStep class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override 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 (RecombineStep input) |
| Returns true if RecombineStep instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.ComplianceStep | |
| ComplianceStep (ComplianceStepTypeEnum complianceStepType=default(ComplianceStepTypeEnum)) | |
| Initializes a new instance of the ComplianceStep class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (ComplianceStep input) |
| Returns true if ComplianceStep instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| RecombineStep () | |
| Initializes a new instance of the RecombineStep class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Protected Member Functions inherited from Lusid.Sdk.Model.ComplianceStep | |
| 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... | |
Properties | |
| string | Label [get, set] |
| The label of the compliance step More... | |
| List< ComplianceTemplateParameter > | Parameters [get, set] |
| Parameters required for the step More... | |
Properties inherited from Lusid.Sdk.Model.ComplianceStep | |
| ComplianceStepTypeEnum | ComplianceStepType [get, set] |
| The type of the compliance step. Available values: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep, PercentCheckStep. More... | |
Additional Inherited Members | |
Public Types inherited from Lusid.Sdk.Model.ComplianceStep | |
| 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... | |
|
inlineprotected |
Initializes a new instance of the RecombineStep class.
|
inline |
Initializes a new instance of the RecombineStep class.
| label | The label of the compliance step (required). |
| parameters | Parameters required for the step (required). |
| complianceStepType | The type of the compliance step. Available values: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep, PercentCheckStep. (required) (default to "RecombineStep"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if RecombineStep instances are equal
| input | Instance of RecombineStep to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.ComplianceStep.
|
inline |
Returns the string presentation of the object
|
getset |
The label of the compliance step
The label of the compliance step
|
getset |
Parameters required for the step
Parameters required for the step