Table of Contents

Class ToolkitBase<T>

Namespace
AT.Librarys.Container.Toolkit
Assembly
AT.Librarys.Container.dll

工具基类

public class ToolkitBase<T> : ModuleBase<T> where T : ConfigBase, new()

Type Parameters

T

工具配置类型

Inheritance
ToolkitBase<T>
Derived
Inherited Members
Extension Methods

Properties

ToolkitCategory

工具类别

public ToolkitCategory ToolkitCategory { get; set; }

Property Value

ToolkitCategory

VisibleDebugLog

显示调试日志

public bool VisibleDebugLog { get; set; }

Property Value

bool

Methods

NotifyGAdd(string)

信息提示

public void NotifyGAdd(string content)

Parameters

content string

内容

NotifyGError(string)

错误提示

public void NotifyGError(string content)

Parameters

content string

内容