C# Class Hd.QueryExtensions.WhereTermCollection.WhereClauseEnumerator

Enumerator that can iterate through a WhereClauseCollection.
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 .

WhereClauseEnumerator ( WhereTermCollection 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

WhereClauseEnumerator() public méthode

Initializes a new instance of .
public WhereClauseEnumerator ( WhereTermCollection mappings ) : System
mappings WhereTermCollection
Résultat System