C# Class UploadManager, code

Exibir arquivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
CanAccept ( string sFileName ) : bool
SaveFile ( string fileName ) : void

Protected Methods

Method Description
DeleteFile ( string fileName ) : void

Method Details

CanAccept() public abstract method

public abstract CanAccept ( string sFileName ) : bool
sFileName string
return bool

DeleteFile() protected method

protected DeleteFile ( string fileName ) : void
fileName string
return void

SaveFile() public method

public SaveFile ( string fileName ) : void
fileName string
return void