C# 클래스 EVE.Net.Character.KillMails

상속: APIObject
파일 보기 프로젝트 열기: ISeeDEDPpl/Questor

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
KillMails ( ) : System
KillMails ( string keyid, string vcode, string actorid ) : System
Query ( ) : bool
Query ( int beforeKillID ) : bool
Query ( int beforeKillID, int rowCount ) : bool

메소드 상세

KillMails() 공개 메소드

public KillMails ( ) : System
리턴 System

KillMails() 공개 메소드

public KillMails ( string keyid, string vcode, string actorid ) : System
keyid string
vcode string
actorid string
리턴 System

Query() 공개 메소드

public Query ( ) : bool
리턴 bool

Query() 공개 메소드

public Query ( int beforeKillID ) : bool
beforeKillID int
리턴 bool

Query() 공개 메소드

public Query ( int beforeKillID, int rowCount ) : bool
beforeKillID int
rowCount int
리턴 bool