C# Class SecureDeleteWinForms.WipeTools.FilterName

Show file Open project: gratianlup/SecureDelete Class Usage Examples

Public Properties

Property Type Description
Enabled bool
Name string
Type ExpressionType

Public Methods

Method Description
FilterName ( ) : System
FilterName ( string name, bool enabled, ExpressionType type ) : System

Method Details

FilterName() public method

public FilterName ( ) : System
return System

FilterName() public method

public FilterName ( string name, bool enabled, ExpressionType type ) : System
name string
enabled bool
type ExpressionType
return System

Property Details

Enabled public property

public bool Enabled
return bool

Name public property

public string Name
return string

Type public property

public ExpressionType Type
return ExpressionType