C# Class SIPSorcery.SIP.App.SIPAccount

Inheritance: INotifyPropertyChanged, ISIPAsset
Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
NONAPLPHANUM_ALLOWED_PASSWORD_CHARS char[]
TimeZoneOffsetMinutes int
USERNAME_ALLOWED_CHARS string

Private Properties

Property Type Description
NotifyPropertyChanged void

Public Methods

Method 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

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

GetTable() public method

public GetTable ( ) : DataTable
return System.Data.DataTable

GetXMLDocumentElementName() public method

public GetXMLDocumentElementName ( ) : string
return string

GetXMLElementName() public method

public GetXMLElementName ( ) : string
return string

Load() public method

public Load ( DataRow sipAccountRow ) : void
sipAccountRow System.Data.DataRow
return void

SIPAccount() public method

public SIPAccount ( ) : System.Data
return System.Data

SIPAccount() public method

public SIPAccount ( DataRow sipAccountRow ) : System.Data
sipAccountRow System.Data.DataRow
return System.Data

SIPAccount() public method

public SIPAccount ( string owner, string sipDomain, string sipUsername, string sipPassword, string outDialPlanName ) : System.Data
owner string
sipDomain string
sipUsername string
sipPassword string
outDialPlanName string
return System.Data

ToXML() public method

public ToXML ( ) : string
return string

ToXMLNoParent() public method

public ToXMLNoParent ( ) : string
return string

ValidateAndClean() public static method

public static ValidateAndClean ( SIPAccount sipAccount ) : string
sipAccount SIPAccount
return string

Property Details

NONAPLPHANUM_ALLOWED_PASSWORD_CHARS public static property

public static char[] NONAPLPHANUM_ALLOWED_PASSWORD_CHARS
return char[]

TimeZoneOffsetMinutes public static property

public static int TimeZoneOffsetMinutes
return int

USERNAME_ALLOWED_CHARS public static property

public static string USERNAME_ALLOWED_CHARS
return string