C# Class Orchard.FileSystems.Media.FileSystemStorageProvider.FileSystemStorageFile

Inheritance: IStorageFile
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
CreateFile ( ) : Stream
FileSystemStorageFile ( string path, FileInfo fileInfo ) : System
GetFileType ( ) : string
GetLastUpdated ( ) : System.DateTime
GetName ( ) : string
GetPath ( ) : string
GetSize ( ) : long
OpenRead ( ) : Stream
OpenWrite ( ) : Stream

Method Details

CreateFile() public méthode

public CreateFile ( ) : Stream
Résultat Stream

FileSystemStorageFile() public méthode

public FileSystemStorageFile ( string path, FileInfo fileInfo ) : System
path string
fileInfo System.IO.FileInfo
Résultat System

GetFileType() public méthode

public GetFileType ( ) : string
Résultat string

GetLastUpdated() public méthode

public GetLastUpdated ( ) : System.DateTime
Résultat System.DateTime

GetName() public méthode

public GetName ( ) : string
Résultat string

GetPath() public méthode

public GetPath ( ) : string
Résultat string

GetSize() public méthode

public GetSize ( ) : long
Résultat long

OpenRead() public méthode

public OpenRead ( ) : Stream
Résultat Stream

OpenWrite() public méthode

public OpenWrite ( ) : Stream
Résultat Stream