Свойство | Type | Description | |
---|---|---|---|
_fileInfo | |||
_isTempFile | bool |
Méthode | Description | |
---|---|---|
DeleteFile ( ) : void |
Delete the file if it's a temporary file and it still exists.
|
|
SourceFileBase ( string fileName, bool isTempFile ) : System |
Base for all file data sources.
|
protected SourceFileBase ( string fileName, bool isTempFile ) : System | ||
fileName | string | File source of the data |
isTempFile | bool | True if the file should be deleted when the source is disposed |
Résultat | System |