C# 클래스 FSClient.Account

상속: ObservableClass
파일 보기 프로젝트 열기: mitchcapper/FSClient 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
accounts ObservableCollection
default_account Account
fields FSClient.Field[]
values FSClient.FieldValue[]

공개 메소드들

메소드 설명
Account ( ) : System
AddAccount ( Account account ) : void
CheckVoicemail ( ) : void
CreateCall ( String number ) : void
HandleGatewayEvent ( FSEvent evt ) : void
LoadSettings ( ) : void
NewEvent ( object sender, FSEvent evt ) : void
ReloadAccount ( ) : void
ReloadAccounts ( ) : void
RemoveAccount ( Account account ) : void
SaveSettings ( ) : void
ToString ( ) : string
create_gateway_nodes ( XmlNode gateways_node, bool tls_enabled, bool tls_only ) : void
edit ( ) : bool
getCheckVoicemailURL ( ) : string
getSendVoicemailURL ( ) : string

비공개 메소드들

메소드 설명
Account_PropertyChanged ( object sender, System e ) : void
KillGateway ( ) : void
ReloadSofia ( ) : void
ValidateGuid ( String guid ) : string
accounts_CollectionChanged ( object sender, System e ) : void
acct_status_check ( ) : void
callback ( object state ) : void
create_gateway_node ( XmlNode gateways_node, bool tls_enabled, bool tls_only ) : void
ensure_default_account ( ) : void
guid_ok ( Account acct, String guid ) : bool

메소드 상세

Account() 공개 메소드

public Account ( ) : System
리턴 System

AddAccount() 공개 정적인 메소드

public static AddAccount ( Account account ) : void
account Account
리턴 void

CheckVoicemail() 공개 메소드

public CheckVoicemail ( ) : void
리턴 void

CreateCall() 공개 메소드

public CreateCall ( String number ) : void
number String
리턴 void

HandleGatewayEvent() 공개 정적인 메소드

public static HandleGatewayEvent ( FSEvent evt ) : void
evt FSEvent
리턴 void

LoadSettings() 공개 정적인 메소드

public static LoadSettings ( ) : void
리턴 void

NewEvent() 공개 정적인 메소드

public static NewEvent ( object sender, FSEvent evt ) : void
sender object
evt FSEvent
리턴 void

ReloadAccount() 공개 메소드

public ReloadAccount ( ) : void
리턴 void

ReloadAccounts() 공개 정적인 메소드

public static ReloadAccounts ( ) : void
리턴 void

RemoveAccount() 공개 정적인 메소드

public static RemoveAccount ( Account account ) : void
account Account
리턴 void

SaveSettings() 공개 정적인 메소드

public static SaveSettings ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

create_gateway_nodes() 공개 정적인 메소드

public static create_gateway_nodes ( XmlNode gateways_node, bool tls_enabled, bool tls_only ) : void
gateways_node System.Xml.XmlNode
tls_enabled bool
tls_only bool
리턴 void

edit() 공개 메소드

public edit ( ) : bool
리턴 bool

getCheckVoicemailURL() 공개 메소드

public getCheckVoicemailURL ( ) : string
리턴 string

getSendVoicemailURL() 공개 메소드

public getSendVoicemailURL ( ) : string
리턴 string

프로퍼티 상세

accounts 공개적으로 정적으로 프로퍼티

public static ObservableCollection accounts
리턴 ObservableCollection

default_account 공개적으로 정적으로 프로퍼티

public static Account,FSClient default_account
리턴 Account

fields 공개적으로 정적으로 프로퍼티

public static Field[],FSClient fields
리턴 FSClient.Field[]

values 공개적으로 프로퍼티

public FieldValue[],FSClient values
리턴 FSClient.FieldValue[]