C# Class SecureDelete.FileSearch.ImageTag

Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Свойство Type Description
Enabled bool
MatchCase bool
RegularExpression bool
Value string

Méthodes publiques

Méthode Description
ImageTag ( ) : System
ImageTag ( string value ) : System
ImageTag ( string value, bool matchCase, bool regularExpression ) : System
MatchTag ( string text ) : bool

Private Methods

Méthode Description
IsRegexMatch ( string text ) : bool?

Method Details

ImageTag() public méthode

public ImageTag ( ) : System
Résultat System

ImageTag() public méthode

public ImageTag ( string value ) : System
value string
Résultat System

ImageTag() public méthode

public ImageTag ( string value, bool matchCase, bool regularExpression ) : System
value string
matchCase bool
regularExpression bool
Résultat System

MatchTag() public méthode

public MatchTag ( string text ) : bool
text string
Résultat bool

Property Details

Enabled public_oe property

public bool Enabled
Résultat bool

MatchCase public_oe property

public bool MatchCase
Résultat bool

RegularExpression public_oe property

public bool RegularExpression
Résultat bool

Value public_oe property

public string Value
Résultat string