Show / Hide Table of Contents

Class AdminNoteEuiMsg.DeleteNoteRequest

Inheritance
System.Object
EuiMessageBase
AdminNoteEuiMsg.DeleteNoteRequest
Namespace: Content.Shared.Administration.Notes
Assembly: Content.Shared.dll
Syntax
public sealed class DeleteNoteRequest : EuiMessageBase

Constructors

| Improve this Doc View Source

DeleteNoteRequest(Int32, NoteType)

Declaration
public DeleteNoteRequest(int id, NoteType type)
Parameters
Type Name Description
System.Int32 id
Content.Shared.Database.NoteType type

Properties

| Improve this Doc View Source

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Type

Declaration
public NoteType Type { get; set; }
Property Value
Type Description
Content.Shared.Database.NoteType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾