C# 클래스 Server.Engines.Help.PageQueue

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
Cancel ( Server.Mobile sender ) : void
CheckAllowedToPage ( Server.Mobile from ) : bool
Contains ( Server.Mobile sender ) : bool
Enqueue ( PageEntry entry ) : void
GetEntry ( Server.Mobile sender ) : PageEntry
GetPageTypeName ( PageType type ) : string
IndexOf ( PageEntry e ) : int
Initialize ( ) : void
IsHandling ( Server.Mobile check ) : bool
OnHandlerChanged ( Server.Mobile old, Server.Mobile value, PageEntry entry ) : void
Remove ( Server.Mobile sender ) : void
Remove ( PageEntry e ) : void

비공개 메소드들

메소드 설명
Pages_OnCommand ( CommandEventArgs e ) : void
SendEmail ( PageEntry entry ) : void

메소드 상세

Cancel() 공개 정적인 메소드

public static Cancel ( Server.Mobile sender ) : void
sender Server.Mobile
리턴 void

CheckAllowedToPage() 공개 정적인 메소드

public static CheckAllowedToPage ( Server.Mobile from ) : bool
from Server.Mobile
리턴 bool

Contains() 공개 정적인 메소드

public static Contains ( Server.Mobile sender ) : bool
sender Server.Mobile
리턴 bool

Enqueue() 공개 정적인 메소드

public static Enqueue ( PageEntry entry ) : void
entry PageEntry
리턴 void

GetEntry() 공개 정적인 메소드

public static GetEntry ( Server.Mobile sender ) : PageEntry
sender Server.Mobile
리턴 PageEntry

GetPageTypeName() 공개 정적인 메소드

public static GetPageTypeName ( PageType type ) : string
type PageType
리턴 string

IndexOf() 공개 정적인 메소드

public static IndexOf ( PageEntry e ) : int
e PageEntry
리턴 int

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

IsHandling() 공개 정적인 메소드

public static IsHandling ( Server.Mobile check ) : bool
check Server.Mobile
리턴 bool

OnHandlerChanged() 공개 정적인 메소드

public static OnHandlerChanged ( Server.Mobile old, Server.Mobile value, PageEntry entry ) : void
old Server.Mobile
value Server.Mobile
entry PageEntry
리턴 void

Remove() 공개 정적인 메소드

public static Remove ( Server.Mobile sender ) : void
sender Server.Mobile
리턴 void

Remove() 공개 정적인 메소드

public static Remove ( PageEntry e ) : void
e PageEntry
리턴 void