C# 클래스 SIPSorcery.CustomerSettingsControl

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
CustomerSettingsControl ( ) : System
CustomerSettingsControl ( ActivityMessageDelegate logActivityMessage, LogoutDelegate logout, string owner, SIPEntitiesDomainContext riaContext ) : System
Load ( ) : void

비공개 메소드들

메소드 설명
ClearPasswordFields ( ) : void
DeleteAccountButton_Click ( object sender, System e ) : void
DeleteComplete ( SubmitOperation so ) : void
GetCustomerCompleted ( LoadOperation lo ) : void
SetUpdateButtonsEnabled ( bool areEnabled ) : void
UpdateCustomerButton_Click ( object sender, System e ) : void
UpdateCustomerComplete ( SubmitOperation so ) : void
UpdateCustomerPasswordComplete ( InvokeOperation io ) : void
UpdatePasswordButton_Click ( object sender, System e ) : void

메소드 상세

CustomerSettingsControl() 공개 메소드

public CustomerSettingsControl ( ) : System
리턴 System

CustomerSettingsControl() 공개 메소드

public CustomerSettingsControl ( ActivityMessageDelegate logActivityMessage, LogoutDelegate logout, string owner, SIPEntitiesDomainContext riaContext ) : System
logActivityMessage ActivityMessageDelegate
logout LogoutDelegate
owner string
riaContext SIPEntitiesDomainContext
리턴 System

Load() 공개 메소드

public Load ( ) : void
리턴 void