C# Class Server.Engines.Help.PageQueue

Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Pages_OnCommand ( CommandEventArgs e ) : void
SendEmail ( PageEntry entry ) : void

Method Details

Cancel() public static method

public static Cancel ( Server.Mobile sender ) : void
sender Server.Mobile
return void

CheckAllowedToPage() public static method

public static CheckAllowedToPage ( Server.Mobile from ) : bool
from Server.Mobile
return bool

Contains() public static method

public static Contains ( Server.Mobile sender ) : bool
sender Server.Mobile
return bool

Enqueue() public static method

public static Enqueue ( PageEntry entry ) : void
entry PageEntry
return void

GetEntry() public static method

public static GetEntry ( Server.Mobile sender ) : PageEntry
sender Server.Mobile
return PageEntry

GetPageTypeName() public static method

public static GetPageTypeName ( PageType type ) : string
type PageType
return string

IndexOf() public static method

public static IndexOf ( PageEntry e ) : int
e PageEntry
return int

Initialize() public static method

public static Initialize ( ) : void
return void

IsHandling() public static method

public static IsHandling ( Server.Mobile check ) : bool
check Server.Mobile
return bool

OnHandlerChanged() public static method

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

Remove() public static method

public static Remove ( Server.Mobile sender ) : void
sender Server.Mobile
return void

Remove() public static method

public static Remove ( PageEntry e ) : void
e PageEntry
return void