Click or drag to resize
StaticWrapperInterfaceType Class
Static wrapper for the implementation implementing the given interface
Inheritance Hierarchy
SystemObject
  CMS.CoreStaticWrapperInterfaceType
    CMS.SearchSearchManager
    CMS.SearchSearchSyntaxHelper
    CMS.SearchSearchValueConverter

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public class StaticWrapper<InterfaceType>
where InterfaceType : class

Type Parameters

InterfaceType

The StaticWrapperInterfaceType type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyStatic memberImplementation
Singleton object instance behind the wrapper
Top
See Also