Click or drag to resize
StaticServiceWrapperInterfaceType, DefaultImplementationType Class

Note: This API is now obsolete.

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: 10.0.0
Syntax
C#
[ObsoleteAttribute("Type was not intended for public use and will be removed in the next version.")]
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