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

    Class CharmListMessage

    A message for requesting charms list.

    Inheritance
    System.Object
    CharmListMessage
    Implements
    IWolfMessage
    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    [ResponseType(typeof(CharmListResponse))]
    public class CharmListMessage : IWolfMessage
    Remarks

    Uses CharmListResponse as response type.

    Constructors

    | Improve this Doc View Source

    CharmListMessage()

    Creates a message instance.

    Declaration
    [JsonConstructor]
    protected CharmListMessage()
    | Improve this Doc View Source

    CharmListMessage(IEnumerable<UInt32>)

    Creates a message instance.

    Declaration
    public CharmListMessage(IEnumerable<uint> charmIDs)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<System.UInt32> charmIDs

    List of charms IDs to request. Use null to request all.

    Properties

    | Improve this Doc View Source

    CharmIDs

    List of requested charms IDs.

    Declaration
    [JsonProperty("idList", NullValueHandling = NullValueHandling.Ignore)]
    public IEnumerable<uint> CharmIDs { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.UInt32>
    | Improve this Doc View Source

    EventName

    Message event name.

    Declaration
    [JsonIgnore]
    public string EventName { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Equals to CharmList.

    Implements

    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)