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

BranchStepAllOf More...

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

Public Types

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...
 

Public Member Functions

 BranchStepAllOf (string label=default(string), List< ComplianceTemplateParameter > parameters=default(List< ComplianceTemplateParameter >), ComplianceStepTypeEnum complianceStepType=default(ComplianceStepTypeEnum))
 Initializes a new instance of the BranchStepAllOf class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual 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 (BranchStepAllOf input)
 Returns true if BranchStepAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 BranchStepAllOf ()
 Initializes a new instance of the BranchStepAllOf class. More...
 

Properties

ComplianceStepTypeEnum ComplianceStepType [get, set]
 . The available values are: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep More...
 
string Label [get, set]
 The label of the compliance step More...
 
List< ComplianceTemplateParameterParameters [get, set]
 Parameters required for the step More...
 

Detailed Description

BranchStepAllOf

Member Enumeration Documentation

◆ ComplianceStepTypeEnum

. The available values are: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep

. The available values are: FilterStep, GroupByStep, GroupFilterStep, BranchStep, RecombineStep, CheckStep

Enumerator
FilterStep 

Enum FilterStep for value: FilterStep

GroupByStep 

Enum GroupByStep for value: GroupByStep

GroupFilterStep 

Enum GroupFilterStep for value: GroupFilterStep

BranchStep 

Enum BranchStep for value: BranchStep

RecombineStep 

Enum RecombineStep for value: RecombineStep

CheckStep 

Enum CheckStep for value: CheckStep

Constructor & Destructor Documentation

◆ BranchStepAllOf() [1/2]

Lusid.Sdk.Model.BranchStepAllOf.BranchStepAllOf ( )
inlineprotected

Initializes a new instance of the BranchStepAllOf class.

◆ BranchStepAllOf() [2/2]

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

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BranchStepAllOf instances are equal

Parameters
inputInstance of BranchStepAllOf to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.BranchStepAllOf.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ComplianceStepType

ComplianceStepTypeEnum Lusid.Sdk.Model.BranchStepAllOf.ComplianceStepType
getset

◆ Label

string Lusid.Sdk.Model.BranchStepAllOf.Label
getset

The label of the compliance step

The label of the compliance step

◆ Parameters

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

Parameters required for the step

Parameters required for the step


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