ControllerStandardDataItemClass Constructor (Boolean, Session) | |
Set standard values CanIndex, CanDetails, CanCreate, CanEdit and CanDelete on true.
Namespace:
SOWIWin.Helper
Assembly:
SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public ControllerStandard(
bool pCanImport,
Session pSession = null
)
Public Sub New (
pCanImport As Boolean,
Optional pSession As Session = Nothing
)
Parameters
- pCanImport
- Type: SystemBoolean
[Missing <param name="pCanImport"/> documentation for "M:SOWIWin.Helper.ControllerStandard`1.#ctor(System.Boolean,SOWIWin.Helper.Session)"]
- pSession (Optional)
- Type: SOWIWin.HelperSession
[Missing <param name="pSession"/> documentation for "M:SOWIWin.Helper.ControllerStandard`1.#ctor(System.Boolean,SOWIWin.Helper.Session)"]
See Also