C# Класс Server.Engines.Help.PageQueue

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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