C# Class Hd.QueryExtensions.WhereClauseCollection.WhereClauseGroupEnumerator

Enumerator that can iterate through a WhereClauseGroupCollection.
Inheritance: IEnumerator
ファイルを表示 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 .

WhereClauseGroupEnumerator ( WhereClauseCollection 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

WhereClauseGroupEnumerator() public method

Initializes a new instance of .
public WhereClauseGroupEnumerator ( WhereClauseCollection mappings ) : System
mappings WhereClauseCollection
return System