프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateViewInstance | IView | ||
ItselfAndAllParentFolders | IEnumerable |
메소드 | 설명 | |
---|---|---|
FindView ( System.Web.Routing.RequestContext requestContext, IEnumerable |
||
FindView ( System.Web.Routing.RequestContext requestContext, string location, string viewName, string masterName, bool findDefaultMaster, bool searchParentFolders ) : |
||
Initialize ( ISparkServiceContainer container ) : void | ||
ReleaseView ( IView view ) : void | ||
SparkViewFactory ( ) : System |
메소드 | 설명 | |
---|---|---|
CreateViewInstance ( System.Web.Routing.RequestContext requestContext, ISparkViewEntry entry ) : IView | ||
ItselfAndAllParentFolders ( string folder ) : IEnumerable |
public FindView ( System.Web.Routing.RequestContext requestContext, IEnumerable |
||
requestContext | System.Web.Routing.RequestContext | |
locations | IEnumerable |
|
viewName | string | |
masterName | string | |
findDefaultMaster | bool | |
리턴 |
public FindView ( System.Web.Routing.RequestContext requestContext, string location, string viewName, string masterName, bool findDefaultMaster, bool searchParentFolders ) : |
||
requestContext | System.Web.Routing.RequestContext | |
location | string | |
viewName | string | |
masterName | string | |
findDefaultMaster | bool | |
searchParentFolders | bool | |
리턴 |
public Initialize ( ISparkServiceContainer container ) : void | ||
container | ISparkServiceContainer | |
리턴 | void |