RoleGroupController Properties |
The RoleGroupController type exposes the following members.
Name | Description | |
---|---|---|
ActionInvoker | Gets the action invoker for the controller. (Inherited from Controller.) | |
ActionName |
Get and set Action name (controller context)
(Inherited from ControllerStandardDataItemClass.) | |
AppModule |
Give a App object with standard function (see IAppControllerDataItemClass)
(Overrides ControllerStandardDataItemClassAppModule.) | |
AppRoleGroup | ||
AsyncManager | Provides asynchronous operations. (Inherited from Controller.) | |
Binders | Gets or sets the binder. (Inherited from Controller.) | |
CanCreate |
Requirement: View Create
(Inherited from ControllerStandardDataItemClass.) | |
CanDelete |
Requirement: View Delete
(Inherited from ControllerStandardDataItemClass.) | |
CanDetails |
Requirement: View Details
(Inherited from ControllerStandardDataItemClass.) | |
CanDownload |
View Details: button Download (database field value save to file as content)
(Inherited from ControllerStandardDataItemClass.) | |
CanEdit |
Requirement: View Edit
(Inherited from ControllerStandardDataItemClass.) | |
CanExport |
View Index: button Export (data model save to file)
(Inherited from ControllerStandardDataItemClass.) | |
CanImport |
View Index: button Import (data from file to database)
(Inherited from ControllerStandardDataItemClass.) | |
CanIndex |
Requirement: View Index
(Inherited from ControllerStandardDataItemClass.) | |
CanUpload |
View Create and Edit: button Upload (file content save to database field value)
(Inherited from ControllerStandardDataItemClass.) | |
ControllerContext | Gets or sets the controller context. (Inherited from ControllerBase.) | |
ControllerName |
From controller context
(Inherited from ControllerStandardDataItemClass.) | |
DictionaryUI |
Initialize with SOWIWeb.Helper.Session.DictionaryUI;
(Inherited from ControllerStandardDataItemClass.) | |
DisableAsyncSupport | Disable asynchronous support to provide backward compatibility. (Inherited from Controller.) | |
GetFileName |
Gives file name (full path) from object HTTPPostedFileBase
(Inherited from ControllerStandardDataItemClass.) | |
GetFileToByte |
Gives a byte array from file (Request Files) from object HTTPPostedFileBase
(Inherited from ControllerStandardDataItemClass.) | |
GetFileType |
Gives MIME content type from object HTTPPostedFileBase
(Inherited from ControllerStandardDataItemClass.) | |
GetNewDataItem |
Gives a new data item of type RoleGroup (Overrides ControllerStandardDataItemClassGetNewDataItem.) | |
HttpContext | Gets HTTP-specific information about an individual HTTP request. (Inherited from Controller.) | |
ID |
Get route data parameter id.
If object no exist then gives 0 return
(Inherited from ControllerStandardDataItemClass.) | |
IndexItemClickToDetails |
Option: view Index Click event on data item then calls view Details.
Requirement: View Index. Default value true.
(Inherited from ControllerStandardDataItemClass.) | |
IndexItemDeleteViaDialog |
Option: view Index Click Delete event on data item is deleting via dialog.
Requirement: View Index. Default value true.
(Inherited from ControllerStandardDataItemClass.) | |
ModelState | Gets the model state dictionary object that contains the state of the model and of model-binding validation. (Inherited from Controller.) | |
Parameter |
Get route data parameter from Controller Context object.
If no value or object no exists then gives "" return.
(Inherited from ControllerStandardDataItemClass.) | |
Profile | Gets the HTTP context profile. (Inherited from Controller.) | |
Request | Gets the HttpRequestBase object for the current HTTP request. (Inherited from Controller.) | |
Response | Gets the HttpResponseBase object for the current HTTP response. (Inherited from Controller.) | |
RouteData | Gets the route data for the current request. (Inherited from Controller.) | |
Server | Gets the HttpServerUtilityBase object that provides methods that are used during Web request processing. (Inherited from Controller.) | |
Session | Gets the HttpSessionStateBase object for the current HTTP request. (Inherited from Controller.) | |
TempData | Gets or sets the dictionary for temporary data. (Inherited from ControllerBase.) | |
TempDataProvider | Gets the temporary-data provider object that is used to store data for the next request. (Inherited from Controller.) | |
Url | Gets the URL helper object that is used to generate URLs by using routing. (Inherited from Controller.) | |
User | Gets the user security information for the current HTTP request. (Inherited from Controller.) | |
ValidateRequest | Gets or sets a value that indicates whether request validation is enabled for this request. (Inherited from ControllerBase.) | |
ValueProvider | Gets or sets the value provider for the controller. (Inherited from ControllerBase.) | |
ViewBag | Gets the dynamic view data dictionary. (Inherited from ControllerBase.) | |
ViewData | Gets or sets the dictionary for view data. (Inherited from ControllerBase.) | |
ViewEngineCollection | Gets the view engine collection. (Inherited from Controller.) |