Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class EntityAchievementListResponse

    Wolf server's response for UserAchievementListMessage and GroupAchievementListMessage.

    Inheritance
    System.Object
    WolfResponse
    EntityAchievementListResponse
    Implements
    IWolfResponse
    Inherited Members
    WolfResponse.StatusCode
    WolfResponse.ErrorCode
    WolfResponse.ErrorMessage
    Namespace: TehGM.Wolfringo.Messages.Responses
    Assembly: Wolfringo.Core.dll
    Syntax
    public class EntityAchievementListResponse : WolfResponse, IWolfResponse

    Constructors

    | Improve this Doc View Source

    EntityAchievementListResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected EntityAchievementListResponse()

    Properties

    | Improve this Doc View Source

    Achievements

    Entity's achievements IDs and awarded timestamp.

    Declaration
    [JsonProperty("body")]
    [JsonConverter(typeof(ObjectPropertiesDictionaryConverter<uint, DateTime?>), new object[]{"id", "additionalInfo.awardedAt"})]
    public IReadOnlyDictionary<uint, DateTime?> Achievements { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.UInt32, System.Nullable<System.DateTime>>

    Implements

    IWolfResponse

    Extension Methods

    WolfResponseExtensions.IsSuccess(IWolfResponse)
    WolfResponseExtensions.IsError(IWolfResponse)