C# 클래스 SIPSorcery.Page

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 프로퍼티들

프로퍼티 타입 설명
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