Click or drag to resize

HpsvSequenceBuilderBaseGetAll Method

Gets all existing sequences within current scope

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public IReadOnlyList<HpsvSequence> GetAll()

Return Value

Type: IReadOnlyListHpsvSequence
The list of existing sequences
See Also