C# Class SecureDelete.WipeStepBase

The abstract class from where all wipe steps must derive.
Inheritance: ICloneable
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Protected Properties

Свойство Type Description
_number int
_type WipeStepType

Méthodes publiques

Méthode Description
Clone ( ) : object
ToNative ( ) : string

Méthodes protégées

Méthode Description
MapTypeToNativeType ( ) : int

Method Details

Clone() public abstract méthode

public abstract Clone ( ) : object
Résultat object

MapTypeToNativeType() protected méthode

protected MapTypeToNativeType ( ) : int
Résultat int

ToNative() public abstract méthode

public abstract ToNative ( ) : string
Résultat string

Property Details

_number protected_oe property

protected int _number
Résultat int

_type protected_oe property

protected WipeStepType _type
Résultat WipeStepType