SobekCM.Tools Namespace
Namespace contains general tools employed by many of the SobekCM tools and libraries. While these perform specific functions which aid the SobekCM digtial repository, these are not generally considered digital repository specific.
Sub-Namespaces
Namespace | Description |
---|
FDA | Tools used to read and write reports from the Florida Digital Archive (DAITSS) digital archive employed by the State University System of Florida, and several other external groups. |
IpRangeUtilities | |
Logs | Log file objects used to maintain a history of actions performed in windows applications ( vs. web applications ) and used for some basic error reporting |
Settings | Class used to work with settings contained in isolated storage on a Windows machine. |
Classes
| Class | Description |
---|
| Custom_Tracer | Traces execution of a SobekCM query through construction of the various classes and rendering of HTML and controls |
| DateTime_Helper | Static class contains helper methods for working with date/times |
| SecurityInfo | Object used to determine and ensure security. It allows
for reading from the registry, checking local users and computer information,
and writing and reading to encrypted files.
|
| SobekCM_File_Utilities | Class contains static methods used for working with files, or
directories of files |
| SobekCM_Traced_Exception | Custom exception which includes the trace router from the current HTTP request, which functions
as a mini-trace route/stack trace and can be included in the error email |
| StringKeyValuePair | Fully serializable string key/value pair class |
Enumerations