Click or drag to resize

HpsvSequenceBuilderServiceScoped Methods

The HpsvSequenceBuilderServiceScoped type exposes the following members.

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