AppControllerDataItemClass Class |
Namespace: SOWIApp.Foundation
The AppControllerDataItemClass type exposes the following members.
| Name | Description | |
|---|---|---|
| AppControllerDataItemClass |
Constructor for App use Web or Win Controller
|
| Name | Description | |
|---|---|---|
| AppName |
AppName is Module name resp class name
| |
| ClientID |
Gives client ID from Session by Token
| |
| DataGridView |
Gives translated standard DataGridView with parameters AppName, TableName, UserName and Client
| |
| DictionaryUI |
Gives Dictionary UI
| |
| TableName |
usually TableName equal AppName
| |
| Token |
Session token, use for check permission and information for User name
| |
| UserName |
Gives user name from Session by Token
|
| Name | Description | |
|---|---|---|
| Delete |
From IConnector - not implemented!
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetByID |
From IConnector - not implemented!
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetView(ListViewConfig, DictionaryString, String) |
From IAppStandard - not implemented!
| |
| GetView(ListViewConfig, String, DictionaryString, String) |
From IAppStandard - not implemented!
| |
| Import(String) |
Data import - not implemented
| |
| Import(Stream, String, String) |
Data import - not implemented
| |
| Insert |
From IConnector - not implemented!
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PermissionCheck |
Check Permission CRUD and Session Token of this App/Module and User
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
From IConnector - not implemented!
| |
| Upload(String) |
Data content upload - not implemented
| |
| Upload(DataItemClass, FileContent) |
Data content upload - not implemented
| |
| Validate |
Gives Model State return value valid
|