C# Class Warewolf.Storage.WarewolfAtomIterator

Inheritance: IWarewolfIterator
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
GetLength ( ) : int
GetNextValue ( ) : string
HasMoreData ( ) : bool
WarewolfAtomIterator ( IEnumerable warewolfEvalResult ) : System.Collections.Generic

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

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

WarewolfAtomIterator() public method

Initializes a new instance of the T:System.Object class.
public WarewolfAtomIterator ( IEnumerable warewolfEvalResult ) : System.Collections.Generic
warewolfEvalResult IEnumerable
return System.Collections.Generic