Show / Hide Table of Contents

Class UserNotesEuiState

Inheritance
System.Object
EuiStateBase
UserNotesEuiState
Namespace: Content.Shared.Administration.Notes
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>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾