C# Class BlogSharp.Core.Impl.Services.FileSystem.FileSystemInfoBase

Inheritance: IFileSystemInfo
Afficher le fichier Open project: BlogSharp/Blogsharp

Protected Properties

Свойство Type Description
fileName string

Méthodes publiques

Méthode Description
GetRelativePath ( string root ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
FileSystemInfoBase ( string fileName ) : System

Method Details

FileSystemInfoBase() protected méthode

protected FileSystemInfoBase ( string fileName ) : System
fileName string
Résultat System

GetRelativePath() public méthode

public GetRelativePath ( string root ) : string
root string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

fileName protected_oe property

protected string fileName
Résultat string