Property | Type | Description | |
---|---|---|---|
CreateViewInstance | IView | ||
ItselfAndAllParentFolders | IEnumerable |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return |
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 | |
return |
public Initialize ( ISparkServiceContainer container ) : void | ||
container | ISparkServiceContainer | |
return | void |