summaryN:DotNetNuke.Common.Utilities

Classes

  ClassDescription
Public classCacheItemArgs
The CacheItemArgs class provides an EventArgs implementation for the CacheItemExpiredCallback delegate
Public classCalendar
Public classCBO
The CBO class generates objects.
Public classConfig
The Config class provides access to the web.config file
Public classDataCache
The DataCache class is a facade class for the CachingProvider Instance's
Public classDateUtils
Provides utility methods to work with Dates
Public classDictionaryExtensions
Public classEnumExtensions
Extensions for enumeration of KeyValue Paire
Public classEscapedString
Public classFileExtensionWhitelist
Public classFileSystemPermissionVerifier
Verifies the abililty to create and delete files and folders
Public classFileSystemUtils
Public classHtmlUtils
HtmlUtils is a Utility class that provides Html Utility methods
Public classImageUtils
Public classJavaScriptUtils
Public classJson
Serialize or Deserialize Json
Public classJsonExtensionsWeb
Json Extensions based on the JavaScript Serializer in System.web
Public classNull
Public classObjectMappingInfo
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.
Public classPathUtils
Public classRegexUtils
Public classSessionVariable<(Of <(<'T>)>)>
Wrapper class for Session
Public classSizeExtensions
Public classSqlUtils
The SqlUtils class provides Shared/Static methods for working with SQL Server related code
Public classStateVariable<(Of <(<'T>)>)>
Wrapper class for any object that maps string key onto the object value (like Dictionary).
Public classStringExtensions
Public classUrlController
Public classUrlInfo
Public classUrlLogInfo
Public classUrlTrackingInfo
Public classUrlUtils
Public classXmlExtensions
The XmlExtensions class allows you to write more efficient code to manage Xml documents
Public classXmlUtils
The XmlUtils class provides Shared/Static methods for manipulating xml files

Interfaces

  InterfaceDescription
Public interfaceICBO
Public interfaceIJavaScriptUtils
Public interfaceIPathUtils

Delegates

  DelegateDescription
Public delegateCacheItemExpiredCallback
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)

Enumerations