C# 클래스 NArrange.Core.ElementFilter

Class for determining whether or not an element matches filter criteria.
상속: IElementFilter
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

공개 메소드들

메소드 설명
ElementFilter ( string conditionExpression ) : NArrange.Core.CodeElements

Creates a new ElementFilter.

IsMatch ( ICodeElement codeElement ) : bool

Determines whether or not the specified code element matches the filter criteria.

비공개 메소드들

메소드 설명
GetRequiredScope ( IConditionExpression expression ) : ElementAttributeScope

Gets the scope required to evaluate the condition.

메소드 상세

ElementFilter() 공개 메소드

Creates a new ElementFilter.
public ElementFilter ( string conditionExpression ) : NArrange.Core.CodeElements
conditionExpression string The condition expression.
리턴 NArrange.Core.CodeElements

IsMatch() 공개 메소드

Determines whether or not the specified code element matches the filter criteria.
public IsMatch ( ICodeElement codeElement ) : bool
codeElement ICodeElement Code element to analyze.
리턴 bool