C# 클래스 Hd.QueryExtensions.WhereClauseCollection.WhereClauseGroupEnumerator

Enumerator that can iterate through a WhereClauseGroupCollection.
상속: IEnumerator
파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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 .

메소드 상세

MoveNext() 공개 메소드

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

Reset() 공개 메소드

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

WhereClauseGroupEnumerator() 공개 메소드

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