C# 클래스 Server.Engines.Reports.BaseInfo

상속: IComparable
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
BaseInfo ( string account ) : System
CompareTo ( object obj ) : int
GetPageCount ( PageResolution res, System.DateTime min, System.DateTime max ) : int
Register ( PageInfo page ) : void
Unregister ( PageInfo page ) : void

메소드 상세

BaseInfo() 공개 메소드

public BaseInfo ( string account ) : System
account string
리턴 System

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

GetPageCount() 공개 메소드

public GetPageCount ( PageResolution res, System.DateTime min, System.DateTime max ) : int
res PageResolution
min System.DateTime
max System.DateTime
리턴 int

Register() 공개 메소드

public Register ( PageInfo page ) : void
page PageInfo
리턴 void

Unregister() 공개 메소드

public Unregister ( PageInfo page ) : void
page PageInfo
리턴 void