Class ServiceBase<T>
系统服务基类
public class ServiceBase<T> : ModuleBase<T> where T : ConfigBase, new()
Type Parameters
T
- Inheritance
-
ModuleBase<T>ServiceBase<T>
- Inherited Members
- Extension Methods
Methods
NotifyGAdd(string)
信息提示
public void NotifyGAdd(string content = "")
Parameters
contentstring
NotifyGError(string)
错误提示
public void NotifyGError(string content = "")
Parameters
contentstring