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

PercentCheckStepRequest More...

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

Public Member Functions

 PercentCheckStepRequest (string label=default(string), ComplianceStepTypeRequestEnum complianceStepTypeRequest=default(ComplianceStepTypeRequestEnum))
 Initializes a new instance of the PercentCheckStepRequest 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 (PercentCheckStepRequest input)
 Returns true if PercentCheckStepRequest 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

 PercentCheckStepRequest ()
 Initializes a new instance of the PercentCheckStepRequest 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...
 

Detailed Description

PercentCheckStepRequest

Constructor & Destructor Documentation

◆ PercentCheckStepRequest() [1/2]

Lusid.Sdk.Model.PercentCheckStepRequest.PercentCheckStepRequest ( )
inlineprotected

Initializes a new instance of the PercentCheckStepRequest class.

◆ PercentCheckStepRequest() [2/2]

Lusid.Sdk.Model.PercentCheckStepRequest.PercentCheckStepRequest ( string  label = default(string),
ComplianceStepTypeRequestEnum  complianceStepTypeRequest = default(ComplianceStepTypeRequestEnum) 
)
inline

Initializes a new instance of the PercentCheckStepRequest class.

Parameters
labelThe label of the compliance step (required).
complianceStepTypeRequestThe type of the compliance step. Available values: FilterStepRequest, GroupByStepRequest, GroupFilterStepRequest, BranchStepRequest, CheckStepRequest, PercentCheckStepRequest. (required) (default to "PercentCheckStepRequest").

Member Function Documentation

◆ BaseValidate()

IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.PercentCheckStepRequest.BaseValidate ( ValidationContext  validationContext)
inlineprotected

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PercentCheckStepRequest instances are equal

Parameters
inputInstance of PercentCheckStepRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

override string Lusid.Sdk.Model.PercentCheckStepRequest.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented from Lusid.Sdk.Model.ComplianceStepRequest.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Label

string Lusid.Sdk.Model.PercentCheckStepRequest.Label
getset

The label of the compliance step

The label of the compliance step


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