C# Class SIPSorcery.SIP.App.SIPAccount

Inheritance: INotifyPropertyChanged, ISIPAsset
Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
NONAPLPHANUM_ALLOWED_PASSWORD_CHARS char[]
TimeZoneOffsetMinutes int
USERNAME_ALLOWED_CHARS string

Private Properties

Свойство Type Description
NotifyPropertyChanged void

Méthodes publiques

Méthode Description
GetTable ( ) : DataTable
GetXMLDocumentElementName ( ) : string
GetXMLElementName ( ) : string
Load ( DataRow sipAccountRow ) : void
SIPAccount ( ) : System.Data
SIPAccount ( DataRow sipAccountRow ) : System.Data
SIPAccount ( string owner, string sipDomain, string sipUsername, string sipPassword, string outDialPlanName ) : System.Data
ToXML ( ) : string
ToXMLNoParent ( ) : string
ValidateAndClean ( SIPAccount sipAccount ) : string

Private Methods

Méthode Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

GetTable() public méthode

public GetTable ( ) : DataTable
Résultat System.Data.DataTable

GetXMLDocumentElementName() public méthode

public GetXMLDocumentElementName ( ) : string
Résultat string

GetXMLElementName() public méthode

public GetXMLElementName ( ) : string
Résultat string

Load() public méthode

public Load ( DataRow sipAccountRow ) : void
sipAccountRow System.Data.DataRow
Résultat void

SIPAccount() public méthode

public SIPAccount ( ) : System.Data
Résultat System.Data

SIPAccount() public méthode

public SIPAccount ( DataRow sipAccountRow ) : System.Data
sipAccountRow System.Data.DataRow
Résultat System.Data

SIPAccount() public méthode

public SIPAccount ( string owner, string sipDomain, string sipUsername, string sipPassword, string outDialPlanName ) : System.Data
owner string
sipDomain string
sipUsername string
sipPassword string
outDialPlanName string
Résultat System.Data

ToXML() public méthode

public ToXML ( ) : string
Résultat string

ToXMLNoParent() public méthode

public ToXMLNoParent ( ) : string
Résultat string

ValidateAndClean() public static méthode

public static ValidateAndClean ( SIPAccount sipAccount ) : string
sipAccount SIPAccount
Résultat string

Property Details

NONAPLPHANUM_ALLOWED_PASSWORD_CHARS public_oe static_oe property

public static char[] NONAPLPHANUM_ALLOWED_PASSWORD_CHARS
Résultat char[]

TimeZoneOffsetMinutes public_oe static_oe property

public static int TimeZoneOffsetMinutes
Résultat int

USERNAME_ALLOWED_CHARS public_oe static_oe property

public static string USERNAME_ALLOWED_CHARS
Résultat string