Click or drag to resize

HpsvSequenceBuilderBase Class

Base sequence builder allowing access to persistent sequences see HpsvSequence
Inheritance Hierarchy

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public abstract class HpsvSequenceBuilderBase

The HpsvSequenceBuilderBase type exposes the following members.

Methods
  NameDescription
Public methodDelete
Deletes the sequence by name within current scope. It silently ignores non existing sequence name.
Public methodGetAll
Gets all existing sequences within current scope
Public methodCode exampleGetOrCreate
Gets existing sequence by name or creates new one (using configure) from current scope
Public methodCode exampleReconfigure
Reconfigures existing sequence by name or creates new one (using configure) from current scope
Top
See Also