Click or drag to resize

HpsvSequenceBuilderBase Methods

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