C# 클래스 Plivo.XML.PlivoElement

파일 보기 프로젝트 열기: plivo/plivo-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
SerializeToXML ( ) : System.Xml.Linq.XDocument
addAttributes ( ) : void

비공개 메소드들

메소드 설명
_convert_values ( string value ) : string

메소드 상세

Add() 공개 메소드

public Add ( PlivoElement element ) : PlivoElement
element PlivoElement
리턴 PlivoElement

AddConference() 공개 메소드

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

AddDTMF() 공개 메소드

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

AddDial() 공개 메소드

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

AddGetDigits() 공개 메소드

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

AddHangup() 공개 메소드

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

AddMessage() 공개 메소드

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

AddNumber() 공개 메소드

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

AddPlay() 공개 메소드

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

AddPreAnswer() 공개 메소드

public AddPreAnswer ( ) : PlivoElement
리턴 PlivoElement

AddRecord() 공개 메소드

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

AddRedirect() 공개 메소드

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

AddSpeak() 공개 메소드

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

AddUser() 공개 메소드

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

AddWait() 공개 메소드

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

PlivoElement() 공개 메소드

public PlivoElement ( ) : System
리턴 System

PlivoElement() 공개 메소드

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

PlivoElement() 공개 메소드

public PlivoElement ( string body ) : System
body string
리턴 System

PlivoElement() 공개 메소드

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

SerializeToXML() 보호된 메소드

protected SerializeToXML ( ) : System.Xml.Linq.XDocument
리턴 System.Xml.Linq.XDocument

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

addAttributes() 보호된 메소드

protected addAttributes ( ) : void
리턴 void