Class NewsEntry
Inheritance
System.Object
NewsEntry
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 NewsEntry
Constructors
| Improve this Doc View SourceNewsEntry(Int32, String)
Declaration
public NewsEntry(int timeStamp, string news)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | timeStamp | |
System.String | news |
Properties
| Improve this Doc View SourceNews
Declaration
public string News { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |