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

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

공개 프로퍼티들

프로퍼티 타입 설명
Assembly System.Reflection.Assembly
VirtualPath string

공개 메소드들

메소드 설명
EmbeddedFilesRepository ( Assembly assembly, string virtualPath, string namespaceName ) : System
FileExists ( string file ) : bool
GetFile ( string file ) : System.Web.Mvc.ActionResult
ToString ( ) : string

비공개 메소드들

메소드 설명
GetResourceName ( string file ) : string

메소드 상세

EmbeddedFilesRepository() 공개 메소드

public EmbeddedFilesRepository ( Assembly assembly, string virtualPath, string namespaceName ) : System
assembly System.Reflection.Assembly
virtualPath string
namespaceName string
리턴 System

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

프로퍼티 상세

Assembly 공개적으로 프로퍼티

public Assembly,System.Reflection Assembly
리턴 System.Reflection.Assembly

VirtualPath 공개적으로 프로퍼티

public string VirtualPath
리턴 string