Class SpamItem
Inheritance
System.Object
SpamItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class SpamItem
Constructors
| Improve this Doc View SourceSpamItem(String)
Declaration
public SpamItem(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
SpamItem(String, BattleNetFormatUser)
Declaration
public SpamItem(string message, BattleNetFormatUser user)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
BattleNetFormatUser | user |
Properties
| Improve this Doc View SourceMessage
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
User
Declaration
public BattleNetFormatUser User { get; set; }
Property Value
Type | Description |
---|---|
BattleNetFormatUser |