C# Class PlugInPrj.PlugInBase

Datei anzeigen Open project: magicdict/MongoCola

Public Properties

Property Type Description
PlugFunction string
PlugName string
PlugObj object
RunLv PathLv

Public Methods

Method Description
Run ( ) : int

运行

Method Details

Run() public abstract method

运行
public abstract Run ( ) : int
return int

Property Details

PlugFunction public_oe property

插件功能简述
public string PlugFunction
return string

PlugName public_oe property

插件菜单表示名称
public string PlugName
return string

PlugObj public_oe property

处理对象
public object PlugObj
return object

RunLv public_oe property

对象层次
public PathLv RunLv
return PathLv