C# Class Plivo.XML.PlivoElement

Mostra file Open project: plivo/plivo-dotnet Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
SerializeToXML ( ) : System.Xml.Linq.XDocument
addAttributes ( ) : void

Private Methods

Method Description
_convert_values ( string value ) : string

Method Details

Add() public method

public Add ( PlivoElement element ) : PlivoElement
element PlivoElement
return PlivoElement

AddConference() public method

public AddConference ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddDTMF() public method

public AddDTMF ( string body, Dictionary,System.Collections.Generic attributes ) : PlivoElement
body string
attributes Dictionary,System.Collections.Generic
return PlivoElement

AddDial() public method

public AddDial ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddGetDigits() public method

public AddGetDigits ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddHangup() public method

public AddHangup ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddMessage() public method

public AddMessage ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddNumber() public method

public AddNumber ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddPlay() public method

public AddPlay ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddPreAnswer() public method

public AddPreAnswer ( ) : PlivoElement
return PlivoElement

AddRecord() public method

public AddRecord ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddRedirect() public method

public AddRedirect ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddSpeak() public method

public AddSpeak ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddUser() public method

public AddUser ( string body, Dictionary,System.Collections.Generic parameters ) : PlivoElement
body string
parameters Dictionary,System.Collections.Generic
return PlivoElement

AddWait() public method

public AddWait ( Dictionary,System.Collections.Generic parameters ) : PlivoElement
parameters Dictionary,System.Collections.Generic
return PlivoElement

PlivoElement() public method

public PlivoElement ( ) : System
return System

PlivoElement() public method

public PlivoElement ( Dictionary,System.Collections.Generic attributes ) : System
attributes Dictionary,System.Collections.Generic
return System

PlivoElement() public method

public PlivoElement ( string body ) : System
body string
return System

PlivoElement() public method

public PlivoElement ( string body, Dictionary,System.Collections.Generic attributes ) : System
body string
attributes Dictionary,System.Collections.Generic
return System

SerializeToXML() protected method

protected SerializeToXML ( ) : System.Xml.Linq.XDocument
return System.Xml.Linq.XDocument

ToString() public method

public ToString ( ) : string
return string

addAttributes() protected method

protected addAttributes ( ) : void
return void