C# Class Hd.QueryExtensions.WhereClauseCollection.WhereClauseGroupEnumerator

Enumerator that can iterate through a WhereClauseGroupCollection.
Inheritance: IEnumerator
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Advances the enumerator to the next of the .
public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

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

WhereClauseGroupEnumerator() public méthode

Initializes a new instance of .
public WhereClauseGroupEnumerator ( WhereClauseCollection mappings ) : System
mappings WhereClauseCollection
Résultat System