프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_fileInfo | |||
_isTempFile | bool |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |