Click or drag to resize

IBcfSequenceT Interface

Interface for value-sequences (see Sequence).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public interface IBcfSequence<T>

Type Parameters

T
The column value type.

The IBcfSequenceT type exposes the following members.

Methods
  NameDescription
Public methodAccept
Called when a value was applied (May be from out-side by setting a value or loading a row).
Public methodNext
Returns the next value from the sequence.
Public methodReset
Resets the sequence to its initial state.
Top
Examples
Implement IBcfSequence<T> see: BcfIntegerSequence.
See Also