Class SharedPaperComponent.PaperBoundUserInterfaceState
Inheritance
System.Object
SharedPaperComponent.PaperBoundUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class PaperBoundUserInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
PaperBoundUserInterfaceState(String, List<StampDisplayInfo>, SharedPaperComponent.PaperAction)
Declaration
public PaperBoundUserInterfaceState(string text, List<StampDisplayInfo> stampedBy, SharedPaperComponent.PaperAction mode = SharedPaperComponent.PaperAction.Read)
Parameters
Fields
|
Improve this Doc
View Source
Mode
Declaration
public readonly SharedPaperComponent.PaperAction Mode
Field Value
|
Improve this Doc
View Source
StampedBy
Declaration
public readonly List<StampDisplayInfo> StampedBy
Field Value
|
Improve this Doc
View Source
Text
Declaration
public readonly string Text
Field Value
Type |
Description |
System.String |
|