|
LUSID C# SDK
|

Public Member Functions | |
| CheckStepRequest (string label=default(string), ComplianceStepTypeRequestEnum complianceStepTypeRequest=default(ComplianceStepTypeRequestEnum)) | |
| Initializes a new instance of the CheckStepRequest 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 (CheckStepRequest input) |
| Returns true if CheckStepRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.ComplianceStepRequest | |
| ComplianceStepRequest (ComplianceStepTypeRequestEnum complianceStepTypeRequest=default(ComplianceStepTypeRequestEnum)) | |
| Initializes a new instance of the ComplianceStepRequest 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 (ComplianceStepRequest input) |
| Returns true if ComplianceStepRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| CheckStepRequest () | |
| Initializes a new instance of the CheckStepRequest 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.ComplianceStepRequest | |
| ComplianceStepRequest () | |
| Initializes a new instance of the ComplianceStepRequest 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... | |
Properties inherited from Lusid.Sdk.Model.ComplianceStepRequest | |
| ComplianceStepTypeRequestEnum | ComplianceStepTypeRequest [get, set] |
| The type of the compliance step. Available values: FilterStepRequest, GroupByStepRequest, GroupFilterStepRequest, BranchStepRequest, CheckStepRequest, PercentCheckStepRequest. More... | |
Additional Inherited Members | |
Public Types inherited from Lusid.Sdk.Model.ComplianceStepRequest | |
| enum class | ComplianceStepTypeRequestEnum { FilterStepRequest = 1 , GroupByStepRequest = 2 , GroupFilterStepRequest = 3 , BranchStepRequest = 4 , CheckStepRequest = 5 , PercentCheckStepRequest = 6 } |
| The type of the compliance step. Available values: FilterStepRequest, GroupByStepRequest, GroupFilterStepRequest, BranchStepRequest, CheckStepRequest, PercentCheckStepRequest. More... | |
|
inlineprotected |
Initializes a new instance of the CheckStepRequest class.
|
inline |
Initializes a new instance of the CheckStepRequest class.
| label | The label of the compliance step (required). |
| complianceStepTypeRequest | The type of the compliance step. Available values: FilterStepRequest, GroupByStepRequest, GroupFilterStepRequest, BranchStepRequest, CheckStepRequest, PercentCheckStepRequest. (required) (default to "CheckStepRequest"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if CheckStepRequest instances are equal
| input | Instance of CheckStepRequest to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.ComplianceStepRequest.
|
inline |
Returns the string presentation of the object
|
getset |
The label of the compliance step
The label of the compliance step