C# Класс FiftyOne.Foundation.Mobile.Detection.Readers.SourceFileBase

Base class for file sources.
Not intended to be used directly by 3rd parties.
Наследование: SourceBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_fileInfo System.IO.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.

Описание методов

DeleteFile() защищенный Метод

Delete the file if it's a temporary file and it still exists.
protected DeleteFile ( ) : void
Результат void

SourceFileBase() защищенный Метод

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

Описание свойств

_fileInfo защищенное свойство

The file containing the source data.
protected FileInfo,System.IO _fileInfo
Результат System.IO.FileInfo

_isTempFile защищенное свойство

True if the file is temporary and should be deleted when the source is disposed of.
protected bool _isTempFile
Результат bool