Table of Contents

Class CMSPluginInspectionPointManagementExtensions

Namespace
CMS.Plugin.InspectionPointManagement.Abstractions
Assembly
CMS.Plugin.InspectionPointManagement.Abstractions.dll

点检管理扩展方法

public static class CMSPluginInspectionPointManagementExtensions
Inheritance
CMSPluginInspectionPointManagementExtensions
Inherited Members

Methods

TryAddInspectionPointManagement(IServiceCollection, Action<CMSPluginInspectionPointManagementOptions>)

Tries the add InspectionPointManagement management.

public static IServiceCollection TryAddInspectionPointManagement(this IServiceCollection services, Action<CMSPluginInspectionPointManagementOptions> setupAction = null)

Parameters

services IServiceCollection

The services.

setupAction Action<CMSPluginInspectionPointManagementOptions>

The setup action.

Returns

IServiceCollection