C# 클래스 SecureDelete.FileSearch.ImageFilter

상속: FilterBase
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 메소드들

메소드 설명
Allow ( string file ) : bool

보호된 메소드들

메소드 설명
AllowProperty ( bool condition, ImageData data ) : bool

Abstract method that needs to be implemented in the derived objects

비공개 메소드들

메소드 설명
IsImage ( string file ) : bool

메소드 상세

Allow() 공개 메소드

public Allow ( string file ) : bool
file string
리턴 bool

AllowProperty() 보호된 추상적인 메소드

Abstract method that needs to be implemented in the derived objects
protected abstract AllowProperty ( bool condition, ImageData data ) : bool
condition bool
data ImageData
리턴 bool