C# Class SIPSorcery.SIP.App.SIPDialPlan

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

Méthodes publiques

Свойство Type Description
TimeZoneOffsetMinutes int

Private Properties

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

Méthodes publiques

Méthode Description
GetTable ( ) : DataTable
GetXMLDocumentElementName ( ) : string
GetXMLElementName ( ) : string
Load ( DataRow dialPlanRow ) : void
SIPDialPlan ( ) : System.Data
SIPDialPlan ( DataRow dialPlanRow ) : System.Data
SIPDialPlan ( string owner, string dialPlanName, string traceEmailAddress, string script, SIPDialPlanScriptTypesEnum scriptType ) : System.Data
ToXML ( ) : string
ToXMLNoParent ( ) : 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 dialPlanRow ) : void
dialPlanRow System.Data.DataRow
Résultat void

SIPDialPlan() public méthode

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

SIPDialPlan() public méthode

public SIPDialPlan ( DataRow dialPlanRow ) : System.Data
dialPlanRow System.Data.DataRow
Résultat System.Data

SIPDialPlan() public méthode

public SIPDialPlan ( string owner, string dialPlanName, string traceEmailAddress, string script, SIPDialPlanScriptTypesEnum scriptType ) : System.Data
owner string
dialPlanName string
traceEmailAddress string
script string
scriptType SIPDialPlanScriptTypesEnum
Résultat System.Data

ToXML() public méthode

public ToXML ( ) : string
Résultat string

ToXMLNoParent() public méthode

public ToXMLNoParent ( ) : string
Résultat string

Property Details

TimeZoneOffsetMinutes public_oe static_oe property

public static int TimeZoneOffsetMinutes
Résultat int