C# Class Hd.QueryExtensions.WhereTermCollection.WhereClauseEnumerator

Enumerator that can iterate through a WhereClauseCollection.
Inheritance: IEnumerator
Mostrar archivo Open project: TargetProcess/Tp.HelpDesk

Private Properties

Property Type Description

Public Methods

Method Description
MoveNext ( ) : bool

Advances the enumerator to the next of the .

Reset ( ) : void

Sets the enumerator to its initial position, which is before the first element in the .

WhereClauseEnumerator ( WhereTermCollection mappings ) : System

Initializes a new instance of .

Method Details

MoveNext() public method

Advances the enumerator to the next of the .
public MoveNext ( ) : bool
return bool

Reset() public method

Sets the enumerator to its initial position, which is before the first element in the .
public Reset ( ) : void
return void

WhereClauseEnumerator() public method

Initializes a new instance of .
public WhereClauseEnumerator ( WhereTermCollection mappings ) : System
mappings WhereTermCollection
return System