Click or drag to resize

PFItemController Class

Provides methods executing actions during PFItem MVC cycles.
Inheritance Hierarchy

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public abstract class PFItemController : Controller

The PFItemController type exposes the following members.

Constructors
  NameDescription
Protected methodPFItemController
Top
Properties
  NameDescription
Public propertyActionInvoker (Inherited from Controller.)
Public propertyAsyncManager (Inherited from Controller.)
Protected propertyBinders (Inherited from Controller.)
Public propertyControllerContext (Inherited from ControllerBase.)
Protected propertyDisableAsyncSupport (Inherited from Controller.)
Public propertyHttpContext (Inherited from Controller.)
Public propertyModelState (Inherited from Controller.)
Public propertyProfile (Inherited from Controller.)
Public propertyRequest (Inherited from Controller.)
Public propertyResolver (Inherited from Controller.)
Public propertyResponse (Inherited from Controller.)
Public propertyRouteData (Inherited from Controller.)
Public propertyServer (Inherited from Controller.)
Public propertySession (Inherited from Controller.)
Public propertyTempData (Inherited from ControllerBase.)
Public propertyTempDataProvider (Inherited from Controller.)
Public propertyUrl (Inherited from Controller.)
Public propertyUser (Inherited from Controller.)
Public propertyValidateRequest (Inherited from ControllerBase.)
Public propertyValueProvider (Inherited from ControllerBase.)
Public propertyViewBag (Inherited from ControllerBase.)
Public propertyViewData (Inherited from ControllerBase.)
Public propertyViewEngineCollection (Inherited from Controller.)
Top
Methods
  NameDescription
Protected methodBeginExecute (Inherited from Controller.)
Protected methodBeginExecuteCore (Inherited from Controller.)
Protected methodContent(String) (Inherited from Controller.)
Protected methodContent(String, String) (Inherited from Controller.)
Protected methodContent(String, String, Encoding) (Inherited from Controller.)
Protected methodCreateActionInvoker (Inherited from Controller.)
Protected methodCreateTempDataProvider (Inherited from Controller.)
Public methodDispose (Inherited from Controller.)
Protected methodDispose(Boolean) (Inherited from Controller.)
Protected methodEndExecute (Inherited from Controller.)
Protected methodEndExecuteCore (Inherited from Controller.)
Protected methodExecute (Inherited from ControllerBase.)
Protected methodExecuteCore (Inherited from Controller.)
Protected methodFile(Byte, String) (Inherited from Controller.)
Protected methodFile(Stream, String) (Inherited from Controller.)
Protected methodFile(String, String) (Inherited from Controller.)
Protected methodFile(Byte, String, String) (Inherited from Controller.)
Protected methodFile(Stream, String, String) (Inherited from Controller.)
Protected methodFile(String, String, String) (Inherited from Controller.)
Protected methodGetDefaultViewResult
Returns the standard view result for an item.
Protected methodGetFormViewPath
Returns the relative path of the page for an item.
Protected methodHandleUnknownAction (Inherited from Controller.)
Protected methodHttpNotFound (Inherited from Controller.)
Protected methodHttpNotFound(String) (Inherited from Controller.)
Protected methodInitialize (Inherited from Controller.)
Protected methodJavaScript (Inherited from Controller.)
Protected methodJson(Object) (Inherited from Controller.)
Protected methodJson(Object, String) (Inherited from Controller.)
Protected methodJson(Object, JsonRequestBehavior) (Inherited from Controller.)
Protected methodJson(Object, String, Encoding) (Inherited from Controller.)
Protected methodJson(Object, String, JsonRequestBehavior) (Inherited from Controller.)
Protected methodJson(Object, String, Encoding, JsonRequestBehavior) (Inherited from Controller.)
Protected methodOnActionExecuted (Inherited from Controller.)
Protected methodOnActionExecuting (Inherited from Controller.)
Protected methodOnAuthentication (Inherited from Controller.)
Protected methodOnAuthenticationChallenge (Inherited from Controller.)
Protected methodOnAuthorization (Inherited from Controller.)
Protected methodOnException (Inherited from Controller.)
Protected methodOnResultExecuted (Inherited from Controller.)
Protected methodOnResultExecuting (Inherited from Controller.)
Protected methodPartialView (Inherited from Controller.)
Protected methodPartialView(Object) (Inherited from Controller.)
Protected methodPartialView(String) (Inherited from Controller.)
Protected methodPartialView(String, Object) (Inherited from Controller.)
Protected methodRedirect (Inherited from Controller.)
Protected methodRedirectPermanent (Inherited from Controller.)
Protected methodRedirectToAction(String) (Inherited from Controller.)
Protected methodRedirectToAction(String, Object) (Inherited from Controller.)
Protected methodRedirectToAction(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToAction(String, String) (Inherited from Controller.)
Protected methodRedirectToAction(String, String, Object) (Inherited from Controller.)
Protected methodRedirectToAction(String, String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, Object) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, String) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, String, Object) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoute(Object) (Inherited from Controller.)
Protected methodRedirectToRoute(RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoute(String) (Inherited from Controller.)
Protected methodRedirectToRoute(String, Object) (Inherited from Controller.)
Protected methodRedirectToRoute(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(Object) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(String) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(String, Object) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(String, RouteValueDictionary) (Inherited from Controller.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryUpdateModel``1(UMP) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, String, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, String, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, String, String, IValueProvider) (Inherited from Controller.)
Protected methodTryValidateModel(Object) (Inherited from Controller.)
Protected methodTryValidateModel(Object, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, String, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, String, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, String, String, IValueProvider) (Inherited from Controller.)
Protected methodValidateModel(Object) (Inherited from Controller.)
Protected methodValidateModel(Object, String) (Inherited from Controller.)
Protected methodView (Inherited from Controller.)
Protected methodView(Object) (Inherited from Controller.)
Protected methodView(String) (Inherited from Controller.)
Protected methodView(IView) (Inherited from Controller.)
Protected methodView(String, String) (Inherited from Controller.)
Protected methodView(String, Object) (Inherited from Controller.)
Protected methodView(IView, Object) (Inherited from Controller.)
Protected methodView(String, String, Object) (Inherited from Controller.)
Top
Fields
  NameDescription
Public fieldStatic memberParameterName_RelatedItem
Name of the request parameter containing the id (long) of an item related to the current item.

This parameter is used when new items are created in a gridview using relations.

Public fieldStatic memberParameterName_RelatedItemApplication
Name of the request parameter containing the id (long) of the parent application of the item related to the current item.

This parameter is used when new items are created in a gridview using relations.

Public fieldStatic memberParameterName_RelatedItemContentType
Name of the request parameter containing the id (long) of the parent content-type of the item related to the current item.

This parameter is used when new items are created in a gridview using relations.

Public fieldStatic memberParameterName_RelationGuid
Name of the request parameter containing the guid of an item related to the current item.

This parameter is used when new items are created in a gridview using relations.

Public fieldStatic memberParameterName_StartEdition
Name of the request parameter allowing, if true, to start in edit mode.

This will only apply if there is no active lock and if the user is allowed to update the current item.

Public fieldStatic memberParameterName_StateInstance
Name of the request parameter containing the guid of the expected state instance for the current item.

This parameter is used when an email is sent about a particular state instance.

Top
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also