Click or drag to resize

IBcfSequenceT Interface

[This is preliminary documentation and is subject to change.]

Interface for value-sequences (see Sequence).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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: BcfIntSequence.
See Also