C# Class SecureDelete.FileSearch.ImageTag

Datei anzeigen 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_oe property

public bool Enabled
return bool

MatchCase public_oe property

public bool MatchCase
return bool

RegularExpression public_oe property

public bool RegularExpression
return bool

Value public_oe property

public string Value
return string