Class AdminNoteEuiMsg.DeleteNoteRequest
Namespace: Content.Shared.Administration.Notes
Assembly: Content.Shared.dll
Syntax
public sealed class DeleteNoteRequest : EuiMessageBase
Constructors
| Improve this Doc View SourceDeleteNoteRequest(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 SourceId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Declaration
public NoteType Type { get; set; }
Property Value
Type | Description |
---|---|
Content.Shared.Database.NoteType |