C# 클래스 BrightIdeasSoftware.CompositeAllFilter

A CompositeAllFilter joins several other filters together. A model object must satisfy all filters to be included. If there are no filters, all model objects are included
상속: CompositeFilter
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 메소드들

메소드 설명
CompositeAllFilter ( List filters ) : System

Create a filter

FilterObject ( object modelObject ) : bool

Decide whether or not the given model should be included by the filter

Filters is guaranteed to be non-empty when this method is called

메소드 상세

CompositeAllFilter() 공개 메소드

Create a filter
public CompositeAllFilter ( List filters ) : System
filters List
리턴 System

FilterObject() 공개 메소드

Decide whether or not the given model should be included by the filter
Filters is guaranteed to be non-empty when this method is called
public FilterObject ( object modelObject ) : bool
modelObject object The model object under consideration
리턴 bool