Click or drag to resize
SequenceExtension Class
Inheritance Hierarchy
SystemObject
  CTExtensions.InterfacesSequenceExtension

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public abstract class SequenceExtension : IExtensionInterface

The SequenceExtension type exposes the following members.

Methods
  NameDescription
Public methodGenerateNextValue
Generate next value.
Public methodGetDependentPropertyID
If you wish to get value of some property when generating serial, return that property's id here so it value will be provided at PeakNextValue- and GenerateNextValue- calls.
Public methodGetName
Name of this sequence.
Public methodGetParent
Return parent CTExtension of this options extension.
Public methodNotifyInitialized
Notification that is called when this sequence is initialized by the CT core. Note that ID might change and so DO NOT store any information based on this ID.
Public methodPeakNextValue
Provide next value if possible.
Public methodRollback
Rollback the serial.
Top
See Also