Class PluginConfig
插件配置信息
Inheritance
object
PluginConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin.DbEntitys
Assembly: Plugin.dll
Syntax
public class PluginConfig
Constructors
PluginConfig()
Declaration
public PluginConfig()
Properties
Id
id 主键
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
PluginNamespace
插件namespace
Declaration
public string PluginNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |
PluginStatus
插件开启状态
Declaration
public bool PluginStatus { get; set; }
Property Value
Type | Description |
---|---|
bool |