Class BugReportAccepted
- Namespace
- Uncreated.Warfare.Moderation.Commendation
- Assembly
- Uncreated.Warfare.dll
[JsonConverter(typeof(ModerationEntryConverter))]
public class BugReportAccepted : ModerationEntry, IModerationEntry
- Inheritance
-
BugReportAccepted
- Implements
- Inherited Members
Properties
Commit
[JsonPropertyName("commit")]
public string? Commit { get; set; }
Property Value
Issue
[JsonPropertyName("issue")]
public int? Issue { get; set; }
Property Value
- int?
Methods
AddExtraInfo(DatabaseInterface, List<string>, IFormatProvider, CancellationToken)
public override Task AddExtraInfo(DatabaseInterface db, List<string> workingList, IFormatProvider formatter, CancellationToken token = default)
Parameters
dbDatabaseInterfaceworkingListList<string>formatterIFormatProvidertokenCancellationToken
Returns
GetDisplayName()
public override string GetDisplayName()
Returns
ReadIntl(ByteReader, ushort)
protected override void ReadIntl(ByteReader reader, ushort version)
Parameters
readerByteReaderversionushort
ReadProperty(ref Utf8JsonReader, string, JsonSerializerOptions)
public override bool ReadProperty(ref Utf8JsonReader reader, string propertyName, JsonSerializerOptions options)
Parameters
readerUtf8JsonReaderpropertyNamestringoptionsJsonSerializerOptions
Returns
Write(Utf8JsonWriter, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, JsonSerializerOptions options)
Parameters
writerUtf8JsonWriteroptionsJsonSerializerOptions
WriteIntl(ByteWriter)
protected override void WriteIntl(ByteWriter writer)
Parameters
writerByteWriter