Classes
| Class | Description | |
|---|---|---|
| AppDataHelper |
Helper class that opens up static methods to aid in loading database connection xml files.
| |
| ConnHelper |
Connection helper class aids in loading database connection information from
databse connection xml files.
| |
| CookieHelper |
Provides static methods that aid in serializing key pair data, and storing the serialized data
in a cookie.
| |
| DbProfile |
Used to store connection information for a specific database.
| |
| GetMsSpData |
Quick helper class for executing stored procedures on a database.
| |
| GetMssqlData |
Quick execution class that helps execute a query and return data.
| |
| IsEmpty |
Provides a standardized comparison class for common object tests.
| |
| LogHelper |
Provide static methods to aid in different types of logging.
| |
| QueryResultPacket |
A simple class used to get more information from the web service query execution.
| |
| QueryResultSet |
Represents a series of QueryResultPacket object.
Used to keep SQL execution metrics on a number of queries.
| |
| SecurityHelper |
Security helper class provides methods for encrypting and decrypting strings.
| |
| SessionHelper |
A simple static class that exposes methods used for managing Session entries.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| DatabaseTypes |
Quick lookup enumeration for database types, used in conjuction
with database configuration xml file loading.
|