Class CharmListMessage
A message for requesting charms list.
Implements
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 SourceCharmListMessage()
Creates a message instance.
Declaration
[JsonConstructor]
protected CharmListMessage()
CharmListMessage(IEnumerable<UInt32>)
Creates a message instance.
Declaration
public CharmListMessage(IEnumerable<uint> charmIDs)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<UInt32> | charmIDs | List of charms IDs to request. Use null to request all. |
Properties
| Improve this Doc View SourceCharmIDs
List of requested charms IDs.
Declaration
[JsonProperty("idList", NullValueHandling = NullValueHandling.Ignore)]
public IEnumerable<uint> CharmIDs { get; }
Property Value
Type | Description |
---|---|
IEnumerable<UInt32> |
EventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Equals to CharmList.