Class UserNotesEuiState
Inheritance
System.Object
UserNotesEuiState
Assembly: Content.Shared.dll
Syntax
public sealed class UserNotesEuiState : EuiStateBase
Constructors
|
Improve this Doc
View Source
UserNotesEuiState(Dictionary<(Int32, NoteType), SharedAdminNote>)
Declaration
public UserNotesEuiState(Dictionary<(int, NoteType), SharedAdminNote> notes)
Parameters
Type |
Name |
Description |
Dictionary<System.ValueTuple<System.Int32, Content.Shared.Database.NoteType>, SharedAdminNote> |
notes |
|
Properties
|
Improve this Doc
View Source
Notes
Declaration
public Dictionary<(int, NoteType), SharedAdminNote> Notes { get; }
Property Value
Type |
Description |
Dictionary<System.ValueTuple<System.Int32, Content.Shared.Database.NoteType>, SharedAdminNote> |
|