C# Класс SIPSorcery.Page

Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
TimeZones List

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

Метод Описание
GetTimeZonesCompleted ( InvokeOperation op ) : void

If a class needs the timezones and the list is not already populated they will call the RIA method to populate the list.

Page ( ) : System

Приватные методы

Метод Описание
Authenticated ( string username, string authID ) : void
CancelCreateCustomer ( ) : void

Click handler for Cancel button on Create Customer control.

CreateDomainContext ( ) : void
CreateNewAccountLinkClicked ( string inviteCode ) : void

Click handler for Create New Account link on the Create Customer control.

CustomerCreated ( string createdMessage ) : void

Handler for the evnet that's fired on the Create Customer control once a new customer record is created.

Initialise ( ) : void
InitialiseServices ( int millisecondsDelay ) : void

If a connection failure occurs for the provisioning web service or the machine monitoring socket this method will be called. It will wait for a number of seconds and then try and re-initialise the connections.

IsAliveComplete ( InvokeOperation op ) : void
LogoutAsync ( bool sendServerLogout ) : void
LogoutComplete ( LoadOperation op ) : void
Page_Loaded ( object sender, System e ) : void
UpdateAppStatus ( ) : void
UserControl_SizeChanged ( object sender, System e ) : void

Описание методов

GetTimeZonesCompleted() публичный статический Метод

If a class needs the timezones and the list is not already populated they will call the RIA method to populate the list.
public static GetTimeZonesCompleted ( InvokeOperation op ) : void
op InvokeOperation
Результат void

Page() публичный Метод

public Page ( ) : System
Результат System

Описание свойств

TimeZones публичное статическое свойство

public static List TimeZones
Результат List