Class ContactArgs
联系人
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Plugin.EveEntitys
Assembly: Plugin.dll
Syntax
public class ContactArgs : BaseContactArgs
Constructors
ContactArgs(ModContact)
Declaration
public ContactArgs(ModContact item)
Parameters
Type | Name | Description |
---|---|---|
ModContact | item |
Properties
Desc
描述信息
Declaration
public string Desc { get; set; }
Property Value
Type | Description |
---|---|
string |
LabelIdList
标签
Declaration
public List<string> LabelIdList { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
Remark
好友备注
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()