Click or drag to resize

HpsvSequenceBuilderServerScoped Class

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

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

The HpsvSequenceBuilderServerScoped 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