C# Класс BlogEngine.Core.Providers.DbFileSystemExtensions

static classes for the DbFileSystem
Показать файл Открыть проект

Открытые методы

Метод Описание
CopyToDirectory ( this inObj ) : FileSystem.Directory

copy's the database directory object to a Directory object

CopyToFile ( this inObj ) : FileSystem.File

copys a database File object to a File object

VirtualPathToDbPath ( this VirtualPath ) : string

removes the virtual path of BlogStorageLocation + files from the virtual path.

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

CopyToDirectory() публичный статический Метод

copy's the database directory object to a Directory object
public static CopyToDirectory ( this inObj ) : FileSystem.Directory
inObj this the database directory to copy
Результат FileSystem.Directory

CopyToFile() публичный статический Метод

copys a database File object to a File object
public static CopyToFile ( this inObj ) : FileSystem.File
inObj this the database file object to copy
Результат FileSystem.File

VirtualPathToDbPath() публичный статический Метод

removes the virtual path of BlogStorageLocation + files from the virtual path.
public static VirtualPathToDbPath ( this VirtualPath ) : string
VirtualPath this the virtual path to replace against
Результат string