点击或拖拽改变大小

StationBaseT

工位基类
继承层次

命名空间: AT.Librarys.Container.Station
程序集: AT.Librarys.Container (在 AT.Librarys.Container.dll 中) 版本:23.7.2405.1017 (23.07.2405.1017)
语法
C#
public class StationBase<T> : ModuleBase<T>
where T : new(), ConfigBase

类型参数

T

[缺少 "T:AT.Librarys.Container.Station.StationBase`1" 的 <typeparam name="T"/> 文档]

StationBaseT 类型公开以下成员。

构造函数
 名称说明
公共方法StationBaseT初始化 StationBaseT 类的一个新实例
Top
方法
 名称说明
公共方法Execute 执行工位
公共方法NotifyGAdd 信息提示
公共方法NotifyGError 错误提示
Top
扩展方法
 名称说明
公共扩展器方法ToCObject Object转CObject
(由 ExtensionCustom 定义。)
Top
参见