C# 클래스 Signum.Web.PortableAreas.UrlsRepository

상속: IFileRepository
파일 보기 프로젝트 열기: signumsoftware/framework

공개 프로퍼티들

프로퍼티 타입 설명
DefaultSFUrls Dictionary>
FileLazy ResetLazy
VirtualPathPrefix string

공개 메소드들

메소드 설명
FileExists ( string file ) : bool
GetFile ( string file ) : System.Web.Mvc.ActionResult
ToString ( ) : string
UrlsRepository ( string virtualPathPrefix ) : System

비공개 메소드들

메소드 설명
CreateFile ( ) : byte[]

메소드 상세

FileExists() 공개 메소드

public FileExists ( string file ) : bool
file string
리턴 bool

GetFile() 공개 메소드

public GetFile ( string file ) : System.Web.Mvc.ActionResult
file string
리턴 System.Web.Mvc.ActionResult

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UrlsRepository() 공개 메소드

public UrlsRepository ( string virtualPathPrefix ) : System
virtualPathPrefix string
리턴 System

프로퍼티 상세

DefaultSFUrls 공개적으로 정적으로 프로퍼티

public static Dictionary> DefaultSFUrls
리턴 Dictionary>

FileLazy 공개적으로 정적으로 프로퍼티

public static ResetLazy FileLazy
리턴 ResetLazy

VirtualPathPrefix 공개적으로 프로퍼티

public string VirtualPathPrefix
리턴 string