C# Class EVE.Net.Character.Notifications

Inheritance: APIObject
ファイルを表示 Open project: ISeeDEDPpl/Questor

Public Properties

Property Type Description
NotificationIDMap string>.Dictionary

Private Properties

Property Type Description

Public Methods

Method Description
Notifications ( ) : System
Notifications ( string keyid, string vcode, string actorid ) : System
Query ( ) : bool

Method Details

Notifications() public method

public Notifications ( ) : System
return System

Notifications() public method

public Notifications ( string keyid, string vcode, string actorid ) : System
keyid string
vcode string
actorid string
return System

Query() public method

public Query ( ) : bool
return bool

Property Details

NotificationIDMap public_oe static_oe property

public static Dictionary NotificationIDMap
return string>.Dictionary