微风
  • 主页
  • 日志
  • 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 StaticData

静态数据
Inheritance
object
StaticData
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin
Assembly: Plugin.dll
Syntax
public class StaticData

Constructors

StaticData()

Declaration
public StaticData()

Fields

FriendContacts

好友联系人
Declaration
public static ConcurrentDictionary<WXUserLogin, List<ContactArgs>> FriendContacts
Field Value
Type Description
ConcurrentDictionary<WXUserLogin, List<ContactArgs>>

GFContacts

公众号联系人
Declaration
public static ConcurrentDictionary<WXUserLogin, List<ModContact>> GFContacts
Field Value
Type Description
ConcurrentDictionary<WXUserLogin, List<ModContact>>

GroupContacts

群联系人
Declaration
public static ConcurrentDictionary<WXUserLogin, List<GroupArgs>> GroupContacts
Field Value
Type Description
ConcurrentDictionary<WXUserLogin, List<GroupArgs>>

GroupModContacts

群成员对象
Declaration
public static ConcurrentDictionary<string, GroupMemberCollection> GroupModContacts
Field Value
Type Description
ConcurrentDictionary<string, GroupMemberCollection>

ModContacts

原始信息
Declaration
public static ConcurrentDictionary<WXUserLogin, List<ModContact>> ModContacts
Field Value
Type Description
ConcurrentDictionary<WXUserLogin, List<ModContact>>

users

用户
Declaration
public static List<WXUserLogin> users
Field Value
Type Description
List<WXUserLogin>

Properties

RobotConfig

机器人设置
Declaration
public static RobotConfig RobotConfig { get; set; }
Property Value
Type Description
RobotConfig
In This Article
Back to top © 2023 微风版权所有