C# Class SecureDelete.WipeStepBase

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

Protected Properties

Property Type Description
_number int
_type WipeStepType

Public Methods

Method Description
Clone ( ) : object
ToNative ( ) : string

Protected Methods

Method Description
MapTypeToNativeType ( ) : int

Method Details

Clone() public abstract method

public abstract Clone ( ) : object
return object

MapTypeToNativeType() protected method

protected MapTypeToNativeType ( ) : int
return int

ToNative() public abstract method

public abstract ToNative ( ) : string
return string

Property Details

_number protected property

protected int _number
return int

_type protected property

protected WipeStepType _type
return WipeStepType