C# Class FSClient.Account

Inheritance: ObservableClass
Afficher le fichier Open project: mitchcapper/FSClient Class Usage Examples

Méthodes publiques

Свойство Type Description
accounts ObservableCollection
default_account Account
fields FSClient.Field[]
values FSClient.FieldValue[]

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Account() public méthode

public Account ( ) : System
Résultat System

AddAccount() public static méthode

public static AddAccount ( Account account ) : void
account Account
Résultat void

CheckVoicemail() public méthode

public CheckVoicemail ( ) : void
Résultat void

CreateCall() public méthode

public CreateCall ( String number ) : void
number String
Résultat void

HandleGatewayEvent() public static méthode

public static HandleGatewayEvent ( FSEvent evt ) : void
evt FSEvent
Résultat void

LoadSettings() public static méthode

public static LoadSettings ( ) : void
Résultat void

NewEvent() public static méthode

public static NewEvent ( object sender, FSEvent evt ) : void
sender object
evt FSEvent
Résultat void

ReloadAccount() public méthode

public ReloadAccount ( ) : void
Résultat void

ReloadAccounts() public static méthode

public static ReloadAccounts ( ) : void
Résultat void

RemoveAccount() public static méthode

public static RemoveAccount ( Account account ) : void
account Account
Résultat void

SaveSettings() public static méthode

public static SaveSettings ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

create_gateway_nodes() public static méthode

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
Résultat void

edit() public méthode

public edit ( ) : bool
Résultat bool

getCheckVoicemailURL() public méthode

public getCheckVoicemailURL ( ) : string
Résultat string

getSendVoicemailURL() public méthode

public getSendVoicemailURL ( ) : string
Résultat string

Property Details

accounts public_oe static_oe property

public static ObservableCollection accounts
Résultat ObservableCollection

default_account public_oe static_oe property

public static Account,FSClient default_account
Résultat Account

fields public_oe static_oe property

public static Field[],FSClient fields
Résultat FSClient.Field[]

values public_oe property

public FieldValue[],FSClient values
Résultat FSClient.FieldValue[]