C# Class Dev2.Data.WarewolfIterator

Inheritance: IWarewolfIterator
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
GetLength ( ) : int
GetNextValue ( ) : string
HasMoreData ( ) : bool
WarewolfIterator ( WarewolfDataEvaluationCommon warewolfEvalResult ) : System

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

Private Methods

Method Description
DoCalcution ( string warewolfAtomToString ) : string
SetupForWarewolfRecordSetResult ( WarewolfDataEvaluationCommon warewolfEvalResult ) : void
SetupListResult ( WarewolfDataEvaluationCommon warewolfEvalResult ) : void
SetupScalarResult ( WarewolfDataEvaluationCommon warewolfEvalResult ) : void

Method Details

GetLength() public method

public GetLength ( ) : int
return int

GetNextValue() public method

public GetNextValue ( ) : string
return string

HasMoreData() public method

public HasMoreData ( ) : bool
return bool

WarewolfIterator() public method

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