C# Class Server.Engines.Help.PageQueue

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Pages_OnCommand ( CommandEventArgs e ) : void
SendEmail ( PageEntry entry ) : void

Method Details

Cancel() public static méthode

public static Cancel ( Server.Mobile sender ) : void
sender Server.Mobile
Résultat void

CheckAllowedToPage() public static méthode

public static CheckAllowedToPage ( Server.Mobile from ) : bool
from Server.Mobile
Résultat bool

Contains() public static méthode

public static Contains ( Server.Mobile sender ) : bool
sender Server.Mobile
Résultat bool

Enqueue() public static méthode

public static Enqueue ( PageEntry entry ) : void
entry PageEntry
Résultat void

GetEntry() public static méthode

public static GetEntry ( Server.Mobile sender ) : PageEntry
sender Server.Mobile
Résultat PageEntry

GetPageTypeName() public static méthode

public static GetPageTypeName ( PageType type ) : string
type PageType
Résultat string

IndexOf() public static méthode

public static IndexOf ( PageEntry e ) : int
e PageEntry
Résultat int

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IsHandling() public static méthode

public static IsHandling ( Server.Mobile check ) : bool
check Server.Mobile
Résultat bool

OnHandlerChanged() public static méthode

public static OnHandlerChanged ( Server.Mobile old, Server.Mobile value, PageEntry entry ) : void
old Server.Mobile
value Server.Mobile
entry PageEntry
Résultat void

Remove() public static méthode

public static Remove ( Server.Mobile sender ) : void
sender Server.Mobile
Résultat void

Remove() public static méthode

public static Remove ( PageEntry e ) : void
e PageEntry
Résultat void