C# 클래스 SIPSorcery.CRM.CustomerSession

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomerSession ( ) : System.Data
CustomerSession ( DataRow customerSessionRow ) : System.Data
CustomerSession ( System.Guid id, string sessionID, string customerUsername, string ipAddress ) : System.Data
GetTable ( ) : DataTable
GetXMLDocumentElementName ( ) : string
GetXMLElementName ( ) : string
Load ( DataRow customerSessionRow ) : void
ToXML ( ) : string
ToXMLNoParent ( ) : string

메소드 상세

CustomerSession() 공개 메소드

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

CustomerSession() 공개 메소드

public CustomerSession ( DataRow customerSessionRow ) : System.Data
customerSessionRow System.Data.DataRow
리턴 System.Data

CustomerSession() 공개 메소드

public CustomerSession ( System.Guid id, string sessionID, string customerUsername, string ipAddress ) : System.Data
id System.Guid
sessionID string
customerUsername string
ipAddress string
리턴 System.Data

GetTable() 공개 메소드

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

GetXMLDocumentElementName() 공개 메소드

public GetXMLDocumentElementName ( ) : string
리턴 string

GetXMLElementName() 공개 메소드

public GetXMLElementName ( ) : string
리턴 string

Load() 공개 메소드

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

ToXML() 공개 메소드

public ToXML ( ) : string
리턴 string

ToXMLNoParent() 공개 메소드

public ToXMLNoParent ( ) : string
리턴 string