C# Class SecureDelete.FileSearch.ImageTag

Show file Open project: gratianlup/SecureDelete Class Usage Examples

Public Properties

Property Type Description
Enabled bool
MatchCase bool
RegularExpression bool
Value string

Public Methods

Method Description
ImageTag ( ) : System
ImageTag ( string value ) : System
ImageTag ( string value, bool matchCase, bool regularExpression ) : System
MatchTag ( string text ) : bool

Private Methods

Method Description
IsRegexMatch ( string text ) : bool?

Method Details

ImageTag() public method

public ImageTag ( ) : System
return System

ImageTag() public method

public ImageTag ( string value ) : System
value string
return System

ImageTag() public method

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

MatchTag() public method

public MatchTag ( string text ) : bool
text string
return bool

Property Details

Enabled public property

public bool Enabled
return bool

MatchCase public property

public bool MatchCase
return bool

RegularExpression public property

public bool RegularExpression
return bool

Value public property

public string Value
return string