C# 클래스 SIPSorcery.SIP.App.SIPAccount

상속: INotifyPropertyChanged, ISIPAsset
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NONAPLPHANUM_ALLOWED_PASSWORD_CHARS char[]
TimeZoneOffsetMinutes int
USERNAME_ALLOWED_CHARS string

Private Properties

프로퍼티 타입 설명
NotifyPropertyChanged void

공개 메소드들

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

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( string propertyName ) : void

메소드 상세

GetTable() 공개 메소드

public GetTable ( ) : DataTable
리턴 System.Data.DataTable

GetXMLDocumentElementName() 공개 메소드

public GetXMLDocumentElementName ( ) : string
리턴 string

GetXMLElementName() 공개 메소드

public GetXMLElementName ( ) : string
리턴 string

Load() 공개 메소드

public Load ( DataRow sipAccountRow ) : void
sipAccountRow System.Data.DataRow
리턴 void

SIPAccount() 공개 메소드

public SIPAccount ( ) : System.Data
리턴 System.Data

SIPAccount() 공개 메소드

public SIPAccount ( DataRow sipAccountRow ) : System.Data
sipAccountRow System.Data.DataRow
리턴 System.Data

SIPAccount() 공개 메소드

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

ToXML() 공개 메소드

public ToXML ( ) : string
리턴 string

ToXMLNoParent() 공개 메소드

public ToXMLNoParent ( ) : string
리턴 string

ValidateAndClean() 공개 정적인 메소드

public static ValidateAndClean ( SIPAccount sipAccount ) : string
sipAccount SIPAccount
리턴 string

프로퍼티 상세

NONAPLPHANUM_ALLOWED_PASSWORD_CHARS 공개적으로 정적으로 프로퍼티

public static char[] NONAPLPHANUM_ALLOWED_PASSWORD_CHARS
리턴 char[]

TimeZoneOffsetMinutes 공개적으로 정적으로 프로퍼티

public static int TimeZoneOffsetMinutes
리턴 int

USERNAME_ALLOWED_CHARS 공개적으로 정적으로 프로퍼티

public static string USERNAME_ALLOWED_CHARS
리턴 string