C# Class Plivo.XML.PlivoElement

Afficher le fichier Open project: plivo/plivo-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Add ( PlivoElement element ) : PlivoElement
AddConference ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddDTMF ( string body, Dictionary,System.Collections.Generic attributes ) : PlivoElement
AddDial ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddGetDigits ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddHangup ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddMessage ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddNumber ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddPlay ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddPreAnswer ( ) : PlivoElement
AddRecord ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddRedirect ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddSpeak ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddUser ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
AddWait ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
PlivoElement ( ) : System
PlivoElement ( Dictionary,System.Collections.Generic attributes ) : System
PlivoElement ( string body ) : System
PlivoElement ( string body, Dictionary,System.Collections.Generic attributes ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
SerializeToXML ( ) : System.Xml.Linq.XDocument
addAttributes ( ) : void

Private Methods

Méthode Description
_convert_values ( string value ) : string

Method Details

Add() public méthode

public Add ( PlivoElement element ) : PlivoElement
element PlivoElement
Résultat PlivoElement

AddConference() public méthode

public AddConference ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddDTMF() public méthode

public AddDTMF ( string body, Dictionary,System.Collections.Generic attributes ) : PlivoElement
body string
attributes Dictionary,System.Collections.Generic
Résultat PlivoElement

AddDial() public méthode

public AddDial ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddGetDigits() public méthode

public AddGetDigits ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddHangup() public méthode

public AddHangup ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddMessage() public méthode

public AddMessage ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddNumber() public méthode

public AddNumber ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddPlay() public méthode

public AddPlay ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddPreAnswer() public méthode

public AddPreAnswer ( ) : PlivoElement
Résultat PlivoElement

AddRecord() public méthode

public AddRecord ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddRedirect() public méthode

public AddRedirect ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddSpeak() public méthode

public AddSpeak ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddUser() public méthode

public AddUser ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

AddWait() public méthode

public AddWait ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
Résultat PlivoElement

PlivoElement() public méthode

public PlivoElement ( ) : System
Résultat System

PlivoElement() public méthode

public PlivoElement ( Dictionary,System.Collections.Generic attributes ) : System
attributes Dictionary,System.Collections.Generic
Résultat System

PlivoElement() public méthode

public PlivoElement ( string body ) : System
body string
Résultat System

PlivoElement() public méthode

public PlivoElement ( string body, Dictionary,System.Collections.Generic attributes ) : System
body string
attributes Dictionary,System.Collections.Generic
Résultat System

SerializeToXML() protected méthode

protected SerializeToXML ( ) : System.Xml.Linq.XDocument
Résultat System.Xml.Linq.XDocument

ToString() public méthode

public ToString ( ) : string
Résultat string

addAttributes() protected méthode

protected addAttributes ( ) : void
Résultat void