PFItemControllerPFItemTypeView Method |
Name | Description | |
---|---|---|
View | (Inherited from Controller.) | |
View(Object) | (Inherited from Controller.) | |
View(String) | (Inherited from Controller.) | |
View(IView) | (Inherited from Controller.) | |
View(String, String) | (Inherited from Controller.) | |
View(String, Object) | (Inherited from Controller.) | |
View(IView, Object) | (Inherited from Controller.) | |
View(String, String, Object) |
Standard method called by MVC at the end of all controllers' actions.
(Overrides Controller.View(String, String, Object).)This method is overridden to handle the AutoStartTask option. If the option is activated, this will ensure a lock and set the current task as active, if possible. In general, avoid to call or override this method. |