Application Class |
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class Application : _Application
The Application type exposes the following members.
Name | Description | |
---|---|---|
Application | Initializes a new instance of the Application class | |
Application(DataSet) | Initializes a new instance of the Application class |
Name | Description | |
---|---|---|
ApplyAppServerFilterSystems | ||
ClearTempLocalFiles | ||
ConnectToDataLocationAppServer | ||
EntSrv |
Returns the EnterpriseServiceClient object this object uses to communicate with the server.
| |
GetAuthToken | ||
GetEnterpriseServiceClient |
Get an instance of the EnterpriseService, using the currently authenticated token, AuthToken | |
GetUserPrincipalName |
Saearches LDAP for the User Principal name using the given name (e.g. searching 'paul' would return paul@datapa.local)
| |
HandleAuthorisationFault |
Handle an auhtorisation fault from the Enterprise Service by showing the login prompt and getting a new Auth Token
| |
Initialise |
Initialises the object.
| |
Initialise(String, SessionManagerDataFileFormatEnum, Boolean) |
Initialises the object.
| |
InitialiseFromAppServer | ||
InitialiseFromServer | ||
NumericTypeStringToObject |
Returns a type object for a given type string
| |
OpenQuery |
Opens and return a query object from a file
| |
OpenServerSetup | ||
PublishDocument | ||
RaiseConnectFail | ||
RaiseEventRequireCredentials | ||
RaiseShowErrorEvent | ||
ReloadSetup |
Refreshes the setup files.
| |
SecurityCode | ||
ServerSecurity |
Gets the server security object.
| |
SQLClient |
Returns the SQL Client object used to run SQL queries.
| |
SystemType | ||
TmpDir | ||
UpdateDataSet |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
AppServerValidationFailed |
Gets or sets a value that indicate if validation on the security appserver failed.
| |
AuthToken |
Details of the token used to authenticate with the Enterprise Service
| |
Connection | ||
DataFileFormat |
Gets and sets a value that indicates the file format used to store the setup.
| |
DataLocation |
Gets and sets the data location
| |
DataLocationType |
Gets a value that indicates what type of data location is currently set.
| |
DPALogging | ||
EnterpriseServiceEndpoint | ||
EnterpriseServiceHubPort |
Gets a value that indicates the port being used to commincate with the Enteprise Service SignalR Hub.
| |
Group |
Gets the unique ID of the users group.
| |
Initialised |
Gets a property that indicates if this clientconfig has been successfully initialised.
| |
LicenseInfo |
Gets and sets the LicenseInfo object for this object.
| |
LockServerCode |
Gets or sets the encrypted lockserver code.
| |
MaxJSONLength |
Gets a value that indicates the maximum JSON document size permitted.
| |
NumericTypeStrings |
Gets a list of strings that identifies the types that will be treated as numeric
| |
ObjectOnlyDataFileFormat |
Gets and sets the object data file format
| |
ObjectOnlyDataLocation |
Gets and sets the object only data location
| |
Password |
Gets and sets the password the user has logged in with.
| |
PreviousLoginFailed |
Gets and sets a value that indicates if the previous login attempt failed.
| |
RootObject |
Gets and sets the root object used to provide AppServer connectivity to download dat files etc.
| |
SchedulerClient |
Gets and sets a property that indicates if the client should be checking for scheduler licenses rather than standard.
| |
Security |
Gets and sets the Security object for this object.
| |
SecurityGUID |
Gets a value that indicate the security GUID used to tell when the server security object on the server has changed.
| |
SessionFreeDataLocationAppServer |
Gets and sets a value that indicates if the Data Location AppServer is a session free AppServer
| |
SessionLogins | ||
SetupGUID |
Gets a value that indicate the setup GUID used to tell when the setup on the server has changed.
| |
SetupManager |
Gets and sets a setup manager object for this objects.
| |
SystemStructure |
Gets a System Structure (DBs, Tables, Fields, Functions etc.) Object
| |
UsePreviousUsernameAndPasswordSet |
Gets and sets a value that indicates if the previously used username and password should be used rather than prompting again.
| |
UserName |
Gets and sets the username the user has logged in with.
| |
Version |
Gets the version of DataPA currently installed.
|
Name | Description | |
---|---|---|
ConnectFail |
Event raised when a connect error occurs
| |
GetExecutablePathEvent |
Event raised when the calling executable path is required
| |
GetLicenceEvent |
Event raised when a licence is required
| |
HideSplashScreenEvent |
Event raised when splash screen should be hidden
| |
RequireCredentialsEvent |
Event raised when login credentials required
| |
SetupChanged |
Event raised when some action changes the setup
| |
ShowErrorEvent |
Event raised when an error should be shown
| |
ShowMessageEvent |
Event raised a message should be shown
| |
ShowSplashScreenEvent |
Event raised when splash screen should be shown
| |
SplashScreenTextEvent |
Event raised when some splash screen is read or needs set
|