微风
  • 主页
  • 日志
  • Api 文档
Show / Hide Table of Contents
  • Plugin
    • BaseConfig
    • Conts
    • Eve
    • IPlugin
    • IPlugin.EventAsyncHandler<TEventArgs>
    • StaticData
  • Plugin.DbEntitys
    • Data
    • Evn
    • Integral
    • IntegralList
    • PluginConfig
    • PluginConfigs
    • RobotConfig
    • Status
  • Plugin.EveEntitys
    • BaseContactArgs
    • ContactArgs
    • ContactIconArgs
    • GroupArgs
    • GroupMemberArgs
    • GroupMemberCollection
    • MessageBoxAgrs
    • MessageType
    • ReceiveFriendMessageArgs
    • ReceiveGroupMemberEnterArgs
    • ReceiveGroupMemberQuitArgs
    • ReceiveGroupMessageArgs
    • ReceiveGroupNameChangeArgs
    • ReceiveNewFriendArgs
    • ReceiveOtherDeviceMessageArgs
    • ReceiveQRCodePayArgs
    • ReceiveSystemMessageArgs
    • SendResponseArgs
    • WeClientEventArgs
  • WeFeng.Db
    • DbUtilsHelpers

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

Extension Methods

DbUtilsHelpers.AddOrUpdatePluginConfig(PluginConfig)
In This Article
Back to top © 2023 微风版权所有