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