Table of Contents

Class LicenseExtention

Namespace
System
Assembly
HeBianGu.Systems.License.dll
public static class LicenseExtention
Inheritance
LicenseExtention
Inherited Members

Methods

AddLicense(IServiceCollection, Action<ILicenseInitOption>)

注册

public static void AddLicense(this IServiceCollection service, Action<ILicenseInitOption> builder = null)

Parameters

service IServiceCollection
builder Action<ILicenseInitOption>

AddLicenseViewPresenter(IServiceCollection, Action<ILicenseViewPresenterOption>)

注册

public static void AddLicenseViewPresenter(this IServiceCollection service, Action<ILicenseViewPresenterOption> action = null)

Parameters

service IServiceCollection
action Action<ILicenseViewPresenterOption>

AddVip(IServiceCollection)

设置

public static IServiceCollection AddVip(this IServiceCollection builder)

Parameters

builder IServiceCollection

Returns

IServiceCollection

AddVipViewPresenter(IServiceCollection, Action<IVipViewPresenterOption>)

注册

public static void AddVipViewPresenter(this IServiceCollection service, Action<IVipViewPresenterOption> action = null)

Parameters

service IServiceCollection
action Action<IVipViewPresenterOption>