Class NewsReadBoundUserInterfaceState
Inheritance
System.Object
NewsReadBoundUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class NewsReadBoundUserInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
NewsReadBoundUserInterfaceState(NewsArticle, Int32, Int32, Boolean)
Declaration
public NewsReadBoundUserInterfaceState(NewsArticle article, int targetNum, int totalNum, bool notificationOn)
Parameters
Type |
Name |
Description |
NewsArticle |
article |
|
System.Int32 |
targetNum |
|
System.Int32 |
totalNum |
|
System.Boolean |
notificationOn |
|
Fields
|
Improve this Doc
View Source
Article
Declaration
public NewsArticle Article
Field Value
|
Improve this Doc
View Source
NotificationOn
Declaration
public bool NotificationOn
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TargetNum
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalNum
Declaration
Field Value
Type |
Description |
System.Int32 |
|