Click or drag to resize
StaticServiceWrapperInterfaceType, DefaultImplementationType Class
Static wrapper for the service with default implementation specified
Inheritance Hierarchy
SystemObject
  CMS.CoreStaticServiceWrapperInterfaceType, DefaultImplementationType

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public class StaticServiceWrapper<InterfaceType, DefaultImplementationType>
where InterfaceType : class
where DefaultImplementationType : class, new(), InterfaceType

Type Parameters

InterfaceType
DefaultImplementationType

The StaticServiceWrapperInterfaceType, DefaultImplementationType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStatic memberService
Singleton object instance behind the wrapper
Top
See Also