Table of Contents

Interface IToolkitBase

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

工具基类接口

public interface IToolkitBase : IModuleBase
Inherited Members
Extension Methods

Properties

ToolkitCategory

工具类别

ToolkitCategory ToolkitCategory { get; set; }

Property Value

ToolkitCategory

VisibleDebugLog

显示调试日志

bool VisibleDebugLog { get; set; }

Property Value

bool

Methods

NotifyGAdd(string)

信息提示

void NotifyGAdd(string content)

Parameters

content string

内容

NotifyGError(string)

错误提示

void NotifyGError(string content)

Parameters

content string

内容