Class NewsEventArgs
Inheritance
System.Object
NewsEventArgs
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 NewsEventArgs
Constructors
| Improve this Doc View SourceNewsEventArgs(Int32, Int32, Int32, Int32)
Declaration
public NewsEventArgs(int totalEntries, int lastLogin, int oldestNewsTimestamp, int newestNewsTimestamp)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | totalEntries | |
System.Int32 | lastLogin | |
System.Int32 | oldestNewsTimestamp | |
System.Int32 | newestNewsTimestamp |
Properties
| Improve this Doc View SourceEntries
Declaration
public List<NewsEntry> Entries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NewsEntry> |
LastLogin
Declaration
public DateTime LastLogin { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
NewestNewsTimestamp
Declaration
public DateTime NewestNewsTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
OldestNewsTimestamp
Declaration
public DateTime OldestNewsTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TotalEntries
Declaration
public int TotalEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |