Click or drag to resize

DataGridController Properties

The DataGridController type exposes the following members.

Properties
  NameDescription
Public propertyActionInvoker
Gets the action invoker for the controller.
(Inherited from Controller.)
Public propertyActionName
Get and set Action name (controller context)
(Inherited from ControllerStandardDataItemClass.)
Private propertyAppDataGrid
Protected propertyAppModule
App module handling
(Overrides ControllerStandardDataItemClassAppModule.)
Public propertyAsyncManager
Provides asynchronous operations.
(Inherited from Controller.)
Protected propertyBinders
Gets or sets the binder.
(Inherited from Controller.)
Protected propertyCanCreate
Requirement: View Create
(Inherited from ControllerStandardDataItemClass.)
Protected propertyCanDelete
Requirement: View Delete
(Inherited from ControllerStandardDataItemClass.)
Protected propertyCanDetails
Requirement: View Details
(Inherited from ControllerStandardDataItemClass.)
Protected propertyCanDownload
View Details: button Download (database field value save to file as content)
(Inherited from ControllerStandardDataItemClass.)
Protected propertyCanEdit
Requirement: View Edit
(Inherited from ControllerStandardDataItemClass.)
Protected propertyCanExport
View Index: button Export (data model save to file)
(Inherited from ControllerStandardDataItemClass.)
Protected propertyCanImport
View Index: button Import (data from file to database)
(Inherited from ControllerStandardDataItemClass.)
Protected propertyCanIndex
Requirement: View Index
(Inherited from ControllerStandardDataItemClass.)
Protected propertyCanUpload
View Create and Edit: button Upload (file content save to database field value)
(Inherited from ControllerStandardDataItemClass.)
Public propertyControllerContext
Gets or sets the controller context.
(Inherited from ControllerBase.)
Public propertyControllerName
From controller context
(Inherited from ControllerStandardDataItemClass.)
Public propertyDictionaryUI
Initialize with SOWIWeb.Helper.Session.DictionaryUI;
(Inherited from ControllerStandardDataItemClass.)
Protected propertyDisableAsyncSupport
Disable asynchronous support to provide backward compatibility.
(Inherited from Controller.)
Protected propertyGetFileName
Gives file name (full path) from object HTTPPostedFileBase
(Inherited from ControllerStandardDataItemClass.)
Protected propertyGetFileToByte
Gives a byte array from file (Request Files) from object HTTPPostedFileBase
(Inherited from ControllerStandardDataItemClass.)
Protected propertyGetFileType
Gives MIME content type from object HTTPPostedFileBase
(Inherited from ControllerStandardDataItemClass.)
Protected propertyGetNewDataItem
Get new data item
(Overrides ControllerStandardDataItemClassGetNewDataItem.)
Public propertyHttpContext
Gets HTTP-specific information about an individual HTTP request.
(Inherited from Controller.)
Public propertyID
Get route data parameter id. If object no exist then gives 0 return
(Inherited from ControllerStandardDataItemClass.)
Protected propertyIndexItemClickToDetails
Option: view Index Click event on data item then calls view Details. Requirement: View Index. Default value true.
(Inherited from ControllerStandardDataItemClass.)
Protected propertyIndexItemDeleteViaDialog
Option: view Index Click Delete event on data item is deleting via dialog. Requirement: View Index. Default value true.
(Inherited from ControllerStandardDataItemClass.)
Public propertyModelState
Gets the model state dictionary object that contains the state of the model and of model-binding validation.
(Inherited from Controller.)
Public propertyParameter
Get route data parameter from Controller Context object. If no value or object no exists then gives "" return.
(Inherited from ControllerStandardDataItemClass.)
Public propertyProfile
Gets the HTTP context profile.
(Inherited from Controller.)
Public propertyRequest
Gets the HttpRequestBase object for the current HTTP request.
(Inherited from Controller.)
Public propertyResponse
Gets the HttpResponseBase object for the current HTTP response.
(Inherited from Controller.)
Public propertyRouteData
Gets the route data for the current request.
(Inherited from Controller.)
Public propertyServer
Gets the HttpServerUtilityBase object that provides methods that are used during Web request processing.
(Inherited from Controller.)
Public propertySession
Gets the HttpSessionStateBase object for the current HTTP request.
(Inherited from Controller.)
Public propertyTempData
Gets or sets the dictionary for temporary data.
(Inherited from ControllerBase.)
Public propertyTempDataProvider
Gets the temporary-data provider object that is used to store data for the next request.
(Inherited from Controller.)
Public propertyUrl
Gets the URL helper object that is used to generate URLs by using routing.
(Inherited from Controller.)
Public propertyUser
Gets the user security information for the current HTTP request.
(Inherited from Controller.)
Public propertyValidateRequest
Gets or sets a value that indicates whether request validation is enabled for this request.
(Inherited from ControllerBase.)
Public propertyValueProvider
Gets or sets the value provider for the controller.
(Inherited from ControllerBase.)
Public propertyViewBag
Gets the dynamic view data dictionary.
(Inherited from ControllerBase.)
Public propertyViewData
Gets or sets the dictionary for view data.
(Inherited from ControllerBase.)
Public propertyViewEngineCollection
Gets the view engine collection.
(Inherited from Controller.)
Top
See Also