C# Class Dev2.Data.WarewolfIterator

Inheritance: IWarewolfIterator
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
GetLength ( ) : int
GetNextValue ( ) : string
HasMoreData ( ) : bool
WarewolfIterator ( WarewolfDataEvaluationCommon warewolfEvalResult ) : System

Initializes a new instance of the T:System.Object class.

Private Methods

Méthode Description
DoCalcution ( string warewolfAtomToString ) : string
SetupForWarewolfRecordSetResult ( WarewolfDataEvaluationCommon warewolfEvalResult ) : void
SetupListResult ( WarewolfDataEvaluationCommon warewolfEvalResult ) : void
SetupScalarResult ( WarewolfDataEvaluationCommon warewolfEvalResult ) : void

Method Details

GetLength() public méthode

public GetLength ( ) : int
Résultat int

GetNextValue() public méthode

public GetNextValue ( ) : string
Résultat string

HasMoreData() public méthode

public HasMoreData ( ) : bool
Résultat bool

WarewolfIterator() public méthode

Initializes a new instance of the T:System.Object class.
public WarewolfIterator ( WarewolfDataEvaluationCommon warewolfEvalResult ) : System
warewolfEvalResult WarewolfDataEvaluationCommon
Résultat System