C# 클래스 SIPSorcery.CRM.Customer

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

공개 프로퍼티들

프로퍼티 타입 설명
USERNAME_ALLOWED_CHARS string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Customer ( ) : System.Data
Customer ( DataRow customerRow ) : System.Data
GetTable ( ) : DataTable
GetXMLDocumentElementName ( ) : string
GetXMLElementName ( ) : string
Load ( XmlDocument dom ) : object>.Dictionary
Load ( DataRow customerRow ) : void
ToXML ( ) : string
ToXMLNoParent ( ) : string
ValidateAndClean ( Customer customer ) : string

메소드 상세

Customer() 공개 메소드

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

Customer() 공개 메소드

public Customer ( DataRow customerRow ) : System.Data
customerRow System.Data.DataRow
리턴 System.Data

GetTable() 공개 메소드

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

GetXMLDocumentElementName() 공개 메소드

public GetXMLDocumentElementName ( ) : string
리턴 string

GetXMLElementName() 공개 메소드

public GetXMLElementName ( ) : string
리턴 string

Load() 공개 메소드

public Load ( XmlDocument dom ) : object>.Dictionary
dom System.Xml.XmlDocument
리턴 object>.Dictionary

Load() 공개 메소드

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

ToXML() 공개 메소드

public ToXML ( ) : string
리턴 string

ToXMLNoParent() 공개 메소드

public ToXMLNoParent ( ) : string
리턴 string

ValidateAndClean() 공개 정적인 메소드

public static ValidateAndClean ( Customer customer ) : string
customer Customer
리턴 string

프로퍼티 상세

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

public static string USERNAME_ALLOWED_CHARS
리턴 string