Class AdminNotesEuiState
Inheritance
System.Object
AdminNotesEuiState
Assembly: Content.Shared.dll
Syntax
public sealed class AdminNotesEuiState : EuiStateBase
Constructors
|
Improve this Doc
View Source
AdminNotesEuiState(String, Dictionary<(Int32, NoteType), SharedAdminNote>, Boolean, Boolean, Boolean)
Declaration
public AdminNotesEuiState(string notedPlayerName, Dictionary<(int, NoteType), SharedAdminNote> notes, bool canCreate, bool canDelete, bool canEdit)
Parameters
Type |
Name |
Description |
System.String |
notedPlayerName |
|
Dictionary<System.ValueTuple<System.Int32, Content.Shared.Database.NoteType>, SharedAdminNote> |
notes |
|
System.Boolean |
canCreate |
|
System.Boolean |
canDelete |
|
System.Boolean |
canEdit |
|
Properties
|
Improve this Doc
View Source
CanCreate
Declaration
public bool CanCreate { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanDelete
Declaration
public bool CanDelete { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanEdit
Declaration
public bool CanEdit { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NotedPlayerName
Declaration
public string NotedPlayerName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Notes
Declaration
public Dictionary<(int noteId, NoteType noteType), SharedAdminNote> Notes { get; }
Property Value
Type |
Description |
Dictionary<System.ValueTuple<System.Int32, Content.Shared.Database.NoteType>, SharedAdminNote> |
|