summaryN:DotNetNuke.Common.Utilities
Classes
Class | Description | |
---|---|---|
![]() | CacheItemArgs |
The CacheItemArgs class provides an EventArgs implementation for the
CacheItemExpiredCallback delegate
|
![]() | Calendar | |
![]() | CBO |
The CBO class generates objects.
|
![]() | Config |
The Config class provides access to the web.config file
|
![]() | DataCache |
The DataCache class is a facade class for the CachingProvider Instance's
|
![]() | DateUtils |
Provides utility methods to work with Dates
|
![]() | DictionaryExtensions | |
![]() | EnumExtensions |
Extensions for enumeration of KeyValue Paire
|
![]() | EscapedString | |
![]() | FileExtensionWhitelist | |
![]() | FileSystemPermissionVerifier |
Verifies the abililty to create and delete files and folders
|
![]() | FileSystemUtils | |
![]() | HtmlUtils |
HtmlUtils is a Utility class that provides Html Utility methods
|
![]() | ImageUtils | |
![]() | JavaScriptUtils | |
![]() | Json |
Serialize or Deserialize Json
|
![]() | 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.
|
![]() | PathUtils | |
![]() | RegexUtils | |
![]() | SessionVariable<(Of <(<'T>)>)> |
Wrapper class for Session |
![]() | SizeExtensions | |
![]() | SqlUtils |
The SqlUtils class provides Shared/Static methods for working with SQL Server related code
|
![]() | StateVariable<(Of <(<'T>)>)> |
Wrapper class for any object that maps string key onto the object value (like Dictionary).
|
![]() | StringExtensions | |
![]() | UrlController | |
![]() | UrlInfo | |
![]() | UrlLogInfo | |
![]() | UrlTrackingInfo | |
![]() | UrlUtils | |
![]() | XmlExtensions |
The XmlExtensions class allows you to write more efficient code to manage Xml documents
|
![]() | XmlUtils |
The XmlUtils class provides Shared/Static methods for manipulating xml files
|
Interfaces
Interface | Description | |
---|---|---|
![]() | ICBO | |
![]() | IJavaScriptUtils | |
![]() | IPathUtils |
Delegates
Delegate | Description | |
---|---|---|
![]() | 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)
|