C# 클래스 SecureDelete.FileSearch.ImageTag

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

공개 프로퍼티들

프로퍼티 타입 설명
Enabled bool
MatchCase bool
RegularExpression bool
Value string

공개 메소드들

메소드 설명
ImageTag ( ) : System
ImageTag ( string value ) : System
ImageTag ( string value, bool matchCase, bool regularExpression ) : System
MatchTag ( string text ) : bool

비공개 메소드들

메소드 설명
IsRegexMatch ( string text ) : bool?

메소드 상세

ImageTag() 공개 메소드

public ImageTag ( ) : System
리턴 System

ImageTag() 공개 메소드

public ImageTag ( string value ) : System
value string
리턴 System

ImageTag() 공개 메소드

public ImageTag ( string value, bool matchCase, bool regularExpression ) : System
value string
matchCase bool
regularExpression bool
리턴 System

MatchTag() 공개 메소드

public MatchTag ( string text ) : bool
text string
리턴 bool

프로퍼티 상세

Enabled 공개적으로 프로퍼티

public bool Enabled
리턴 bool

MatchCase 공개적으로 프로퍼티

public bool MatchCase
리턴 bool

RegularExpression 공개적으로 프로퍼티

public bool RegularExpression
리턴 bool

Value 공개적으로 프로퍼티

public string Value
리턴 string