Click or drag to resize

HpsvSequenceBuilderServiceScoped Class

Service scope builder, used only by the fluent API for creating the sequence
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApiHpsvSequenceBuilderBase
    HP.SV.DotNetRuleApiHpsvSequenceBuilderServiceScoped

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public sealed class HpsvSequenceBuilderServiceScoped : HpsvSequenceBuilderBase

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