This namespace contains various low-level, housekeeping classes.
Classes
| Class | Description | |
|---|---|---|
| Culturify |
Utility class used to localize/globalize various number format.
| |
| Encryption |
Helper class used to encrypt and decrypt strings.
| |
| GlobalResource |
Class needed to access external resources at run-time.
| |
| HtmlMarkup |
A utility class that can transform HTML to plain text, and other commonly used functions.
| |
| LocalizedString |
A LocalizedString is a string which can be represented in any number of languages. A LocalizedString is
comprised of string segments, where each segment represents one language. Segments are indicated by wrapping
them in an Xml-like 2 character country code.
| |
| MimeTypes |
Various methods to help manage MIME content types.
| |
| NullLogger |
A class that implements a logging engine which suppresses all errors.
| |
| PhoenixConfiguration |
The Configuration class provides access to the Application settings.
| |
| PhoenixConfigurationDictionary |
The PhoenixConfigurationHelper provides an interface to the appSettings.config file by using
an auxillary file which contains localized help and descriptive text for each key.
| |
| PhoenixConfigurationKey |
Represents a key within the appSettings file. Contains summary, and descriptive text which describes
the key's function within the system.
| |
| PhoenixException |
A base class to be used for exceptions that are thrown throughout the Phoenix system.
| |
| PhoenixLog |
Provides application-wide access to the currently configured Logging engine.
| |
| PhoenixLogException |
An exception that is thrown by the error logging system in the event that any error occurs while
writing to the log.
| |
| PlaintextLogger |
Implements a logging mechanism which writes to a plain text file.
| |
| Random |
A static wrapper class around the Random class.
Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness.
| |
| SoapUtilities |
Various utilties to manage SOAP requests.
| |
| Sorter |
Helper class to manage sort orders.
| |
| Thumbnail |
Class is responsible for creating thumbnails in the system-designated thumbnail folder.
| |
| UniqueFileNames |
This utility class provides methods that generate filenames in various ways.
| |
| UrlUtilities |
This utility class provides methods that can validate URLs and email addresses.
| |
| XmlLogger |
The PhoenixLog handles are logging of errors and status messages into the Phoenix log file.
| |
| XmlUtilities |
Various utilties to help with manipulating Xml.
| |
| XmlUtilities..::.XmlTextWriterEE |
A wrapper class that provides additional functionality to the XmlTextWriter class.
| |
| Zip |
Utility class to zip a collection of files.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ILog |
Interface needed to implement a Log class.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| LogArchiveType |
Indicates how to archive the log file.
| |
| StyleType |
Defines the values for the SyleMode property.
|
