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

BranchStep More...

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

Public Member Functions

 BranchStep (string label=default(string), List< ComplianceTemplateParameter > parameters=default(List< ComplianceTemplateParameter >), ComplianceStepTypeEnum complianceStepType=default(ComplianceStepTypeEnum))
 Initializes a new instance of the BranchStep 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 (BranchStep input)
 Returns true if BranchStep 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

 BranchStep ()
 Initializes a new instance of the BranchStep 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< ComplianceTemplateParameterParameters [get, set]
 Parameters required for the step More...
 
- Properties inherited from Lusid.Sdk.Model.ComplianceStep
ComplianceStepTypeEnum ComplianceStepType [get, set]
 . The available values are: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep 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
}
 . The available values are: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep More...
 

Detailed Description

BranchStep

Constructor & Destructor Documentation

◆ BranchStep() [1/2]

Lusid.Sdk.Model.BranchStep.BranchStep ( )
inlineprotected

Initializes a new instance of the BranchStep class.

◆ BranchStep() [2/2]

Lusid.Sdk.Model.BranchStep.BranchStep ( string  label = default(string),
List< ComplianceTemplateParameter parameters = default(List<ComplianceTemplateParameter>),
ComplianceStepTypeEnum  complianceStepType = default(ComplianceStepTypeEnum) 
)
inline

Initializes a new instance of the BranchStep class.

Parameters
labelThe label of the compliance step (required).
parametersParameters required for the step (required).
complianceStepType. The available values are: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep (required) (default to "BranchStep").

Member Function Documentation

◆ BaseValidate()

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

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if BranchStep instances are equal

Parameters
inputInstance of BranchStep to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented from Lusid.Sdk.Model.ComplianceStep.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Label

string Lusid.Sdk.Model.BranchStep.Label
getset

The label of the compliance step

The label of the compliance step

◆ Parameters

List<ComplianceTemplateParameter> Lusid.Sdk.Model.BranchStep.Parameters
getset

Parameters required for the step

Parameters required for the step


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