C# 클래스 SecureDelete.FileSearch.FilterBase

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

보호된 프로퍼티들

프로퍼티 타입 설명
_condition FilterCondition
_enabled bool
_helperObject IHelperObject
_name string

공개 메소드들

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

메소드 상세

Allow() 공개 추상적인 메소드

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

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : object
리턴 object

프로퍼티 상세

_condition 보호되어 있는 프로퍼티

protected FilterCondition _condition
리턴 FilterCondition

_enabled 보호되어 있는 프로퍼티

protected bool _enabled
리턴 bool

_helperObject 보호되어 있는 프로퍼티

protected IHelperObject _helperObject
리턴 IHelperObject

_name 보호되어 있는 프로퍼티

protected string _name
리턴 string