| C# | Visual Basic | Visual Basic Usage |
namespace DotNetNuke.Common.Utilities
Namespace DotNetNuke.Common.Utilities
Imports DotNetNuke.Common.Utilities
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| CacheItemArgs |
The CacheItemArgs class provides an EventArgs implementation for the
CacheItemExpiredCallback delegate
| |
| CacheItemExpiredCallback |
The CacheItemExpiredCallback delegate defines a callback method that notifies
the application when a CacheItem is Expired (when an attempt is made to get the item)
| |
| Calendar | ||
| CBO |
The CBO class generates objects.
| |
| Config |
The Config class provides access to the web.config file
| |
| CoreCacheType | ||
| DataCache |
The DataCache class is a facade class for the CachingProvider Instance's
| |
| FileSystemUtils | ||
| HtmlUtils |
HtmlUtils is a Utility class that provides Html Utility methods
| |
| JsonExtensionsWeb |
Json Extensions based on the JavaScript Serializer in System.web
| |
| Null | ||
| ObjectMappingInfo |
The ObjectMappingInfo class is a helper class that holds the mapping information
for a particular type. This information is in two parts:
- Information about the Database Table that the object is mapped to
- Information about how the object is cached.
For each object, when it is first accessed, reflection is used on the class and
an instance of ObjectMappingInfo is created, which is cached for performance.
| |
| SqlUtils |
The SqlUtils class provides Shared/Static methods for working with SQL Server related code
| |
| UrlController | ||
| UrlInfo | ||
| UrlLogInfo | ||
| UrlTrackingInfo | ||
| UrlUtils | ||
| XmlUtils |
The XmlUtils class provides Shared/Static methods for manipulating xml files
|