Namespace: Consultingwerk
Interface 
ISequence Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Sequence

File:ISequence
Purpose:Interface for Sequence style classes
Description:Provides simple counter functionality with ability to
increment and return a value in a single method call
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Jun 30 23:30:33 CEST 2014
Purpose: Returns the current sequence value
Notes:



Top Method Summary
Options Name Purpose
+ INT64 NextValue () Increments or decrements the sequence and returns the next value
+ Reset () Resets the sequence to its initial value

Top Property Summary
Options Name Purpose
+ INT64 CurrentValue


Method Detail
Top

PUBLIC INT64 NextValue ()

Purpose: Increments or decrements the sequence and returns the next value
Notes:

Returns INT64
The new sequence value
Top

PUBLIC Reset ()

Purpose: Resets the sequence to its initial value
Notes:



Property Detail
Top

PUBLIC INT64 CurrentValue


Returns INT64


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:55