C# 클래스 BlogEngine.Core.Providers.DbFileSystemExtensions

static classes for the DbFileSystem
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 메소드들

메소드 설명
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