Pages Constructor (String, eDBType, UserSecurityConfig, ePageType, String)
Initializes a new instance of the Page class.
Namespace:
FLEXYGO.EnvironmentAssembly: flxEnvironment (in flxEnvironment.dll)
Syntax
public Pages( string ConfConnStr, eDBType ConfDBType, UserSecurityConfig UserSecurity, ePageType PageType, string ObjectName )
Public Sub New ( _ ConfConnStr As String, _ ConfDBType As eDBType, _ UserSecurity As UserSecurityConfig, _ PageType As ePageType, _ ObjectName As String _ )
Parameters
- ConfConnStr
- Type: String
Configuration connection String
- ConfDBType
- Type: FLEXYGO.Data..::..eDBType
The configuration DataBase Type
- UserSecurity
- Type: FLEXYGO.Security..::..UserSecurityConfig
User security settings
- PageType
- Type: FLEXYGO.Environment..::..ePageType
The page type.
- ObjectName
- Type: String
The objectName.