![]() | SequenceExtension Methods |
The SequenceExtension type exposes the following members.
Name | Description | |
---|---|---|
![]() | GenerateNextValue |
Generate next value.
|
![]() | GetDependentPropertyID |
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.
|
![]() | GetName |
Name of this sequence.
|
![]() | GetParent |
Return parent CTExtension of this options extension.
|
![]() | NotifyInitialized |
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.
|
![]() | PeakNextValue |
Provide next value if possible.
|
![]() | Rollback |
Rollback the serial.
|