Click or drag to resize
ServiceServiceInterface Class
Service entry in format Service<ISomeService>.Entry()...
Inheritance Hierarchy
SystemObject
  CMS.CoreServiceServiceInterface

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public static class Service<ServiceInterface>
where ServiceInterface : class

Type Parameters

ServiceInterface

The ServiceServiceInterface type exposes the following members.

Methods
Properties
  NameDescription
Public propertyStatic memberIsAvailable
Checks whether the service is available
Top
See Also