PFItemController Class |
Namespace: Packflow.Interface
public abstract class PFItemController : Controller
The PFItemController type exposes the following members.
Name | Description | |
---|---|---|
PFItemController |
Name | Description | |
---|---|---|
ActionInvoker | (Inherited from Controller.) | |
AsyncManager | (Inherited from Controller.) | |
Binders | (Inherited from Controller.) | |
ControllerContext | (Inherited from ControllerBase.) | |
DisableAsyncSupport | (Inherited from Controller.) | |
HttpContext | (Inherited from Controller.) | |
ModelState | (Inherited from Controller.) | |
Profile | (Inherited from Controller.) | |
Request | (Inherited from Controller.) | |
Resolver | (Inherited from Controller.) | |
Response | (Inherited from Controller.) | |
RouteData | (Inherited from Controller.) | |
Server | (Inherited from Controller.) | |
Session | (Inherited from Controller.) | |
TempData | (Inherited from ControllerBase.) | |
TempDataProvider | (Inherited from Controller.) | |
Url | (Inherited from Controller.) | |
User | (Inherited from Controller.) | |
ValidateRequest | (Inherited from ControllerBase.) | |
ValueProvider | (Inherited from ControllerBase.) | |
ViewBag | (Inherited from ControllerBase.) | |
ViewData | (Inherited from ControllerBase.) | |
ViewEngineCollection | (Inherited from Controller.) |
Name | Description | |
---|---|---|
ParameterName_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. | |
ParameterName_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. | |
ParameterName_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. | |
ParameterName_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. | |
ParameterName_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. | |
ParameterName_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. |
Name | Description | |
---|---|---|
AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) | |
EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) | |
EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) | |
GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) | |
IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) | |
IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) | |
Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |