mikeownage.com

Site

News
Downloads
My Directory
Battle.net Archive
My YouTube
Contact Me

Gaming

Supreme Ruler

Projects

Asgard3
Asgard Server
Binary Gateway 2
Supreme Ruler Files
Supreme Ruler Toolkit

Clan

GDN
 Class NewsEventArgs
Generated by DocFX

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 Source

NewsEventArgs(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 Source

Entries

Declaration
public List<NewsEntry> Entries { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NewsEntry>
| Improve this Doc View Source

LastLogin

Declaration
public DateTime LastLogin { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

NewestNewsTimestamp

Declaration
public DateTime NewestNewsTimestamp { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

OldestNewsTimestamp

Declaration
public DateTime OldestNewsTimestamp { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

TotalEntries

Declaration
public int TotalEntries { get; set; }
Property Value
Type Description
System.Int32


Copyright © 2010 - 2025 mikeownage.com all rights reserved.