AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCMS.Core.Utils Namespace

Classes


  Class Description
Public class AdvantageFileBrowserProviderWithImageResize
Public class CookieHelper
Provides helper methods for storing, retrieving, and removing HTTP cookies.
Public class DictionarySerializable<(Of <(<'TKey, TValue>)>)>
A Dictionary subclass that supports XML serialization via XmlSerializer.
Public class DomainLanguageHelper
Provides helper methods for resolving and managing domain and language context from HTTP requests, including cookie-based language persistence.
Public class ExceptionUtility
Class ExceptionUtility. This class cannot be inherited.
Public class GZip
Provides methods for GZip compression and decompression of files.
Public class HashtableSerailizable
A Hashtable subclass that supports XML serialization via XmlSerializer.
Public class Helper
Provides general-purpose utility methods for the ACSP admin framework including dialog management, script registration, object cloning, and null checking.
Public class ObjectDataContractXMLSerializer<(Of <(<'T>)>)>
Provides serialization and deserialization of objects using DataContractSerializer.
Public class ObjectNetDataContractSerializer<(Of <(<'T>)>)>
Provides serialization and deserialization of objects using NetDataContractSerializer.
Public class ObjectXMLSerializer<(Of <(<'T>)>)>
Facade to XML serialization and deserialization of strongly typed objects to/from an XML file. References: XML Serialization at http://samples.gotdotnet.com/: http://samples.gotdotnet.com/QuickStart/howto/default.aspx?url=/quickstart/howto/doc/xmlserialization/rwobjfromxml.aspx
Public class Randomize
Provides thread-safe random number generation utilities.
Public class Randomize..::..ThreadSafeRandom
Provides a thread-safe Random instance using thread-local storage.
Public class ReflectionObjectXMLSerializer
Provides XML serialization and deserialization of objects identified by their fully qualified type name using reflection.
Public class ReflectionType
Used in ReflectionUtility to return information about an object request
Public class ReflectionUtility
Provides utility methods for resolving types by name using reflection across loaded assemblies.
Public class ResourceRegister
Provides methods for registering JavaScript, CSS, and embedded web resources on ASP.NET pages, with support for CSP nonce injection and ScriptManager-aware registration.
Public class ScriptManagerHelper
Helper class for managing scripts when in a postback and controls are inside an update panel.
Public class ToolHelper
A collection of methods that allow publishing of information into the cms (based on a username with correct permissions)
Public class ToolHelperResult
Encapsulates the result of a ToolHelper operation, including status, message, and error information.
Public class UrlUtil
Helper class to parse Urls.
Public class VType
Provides reflection-based utilities for discovering types derived from a base type or implementing specific interfaces across loaded assemblies.
Public class VType..::..ObjectNameResult
Represents a discovered type with its fully qualified name and description.
Public class WebResourceDecryptor

Enumerations


  Enumeration Description
Public enumeration eToolHelperResult
An enumeration of return values used in method calls
Public enumeration SerializedFormat
Serialization format types.