Class AdminNoteEuiMsg.EditNoteRequest
Inheritance
System.Object
AdminNoteEuiMsg.EditNoteRequest
Assembly: Content.Shared.dll
Syntax
public sealed class EditNoteRequest : EuiMessageBase
Constructors
|
Improve this Doc
View Source
EditNoteRequest(Int32, NoteType, String, Nullable<NoteSeverity>, Boolean, Nullable<DateTime>)
Declaration
public EditNoteRequest(int id, NoteType type, string message, NoteSeverity? severity, bool secret, DateTime? expiryTime)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
Content.Shared.Database.NoteType |
type |
|
System.String |
message |
|
System.Nullable<Content.Shared.Database.NoteSeverity> |
severity |
|
System.Boolean |
secret |
|
System.Nullable<DateTime> |
expiryTime |
|
Properties
|
Improve this Doc
View Source
ExpiryTime
Declaration
public DateTime? ExpiryTime { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NoteSeverity
Declaration
public NoteSeverity? NoteSeverity { get; set; }
Property Value
Type |
Description |
System.Nullable<Content.Shared.Database.NoteSeverity> |
|
|
Improve this Doc
View Source
Secret
Declaration
public bool Secret { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Type
Declaration
public NoteType Type { get; set; }
Property Value
Type |
Description |
Content.Shared.Database.NoteType |
|