Class StationBase<T>
工位基类
public class StationBase<T> : ModuleBase<T> where T : ConfigBase, new()
Type Parameters
T
- Inheritance
-
ModuleBase<T>StationBase<T>
- Derived
- Inherited Members
- Extension Methods
Methods
Execute(object)
执行工位
public virtual object Execute(object para)
Parameters
paraobject参数
Returns
NotifyGAdd(string)
信息提示
public void NotifyGAdd(string content)
Parameters
contentstring
NotifyGError(string)
错误提示
public void NotifyGError(string content)
Parameters
contentstring