Show / Hide Table of Contents

Class NewsReadBoundUserInterfaceState

Inheritance
System.Object
NewsReadBoundUserInterfaceState
Namespace: Content.Shared.CartridgeLoader.Cartridges
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
Type Description
NewsArticle
| Improve this Doc View Source

NotificationOn

Declaration
public bool NotificationOn
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

TargetNum

Declaration
public int TargetNum
Field Value
Type Description
System.Int32
| Improve this Doc View Source

TotalNum

Declaration
public int TotalNum
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾