C# 클래스 ThreePointZero.Controllers.PcrOperationsController

상속: ApiController
파일 보기 프로젝트 열기: ShahPoint/ThreePointZero

공개 메소드들

메소드 설명
Export ( System.DateTime minDate, System.DateTime maxDate ) : string
Export ( dynamic ob ) : string

비공개 메소드들

메소드 설명
ExportPcr ( [ ob ) : IHttpActionResult
PostPcr ( dynamic ob ) : IHttpActionResult
buildNode ( dynamic ob ) : System.Xml.Linq.XNode
constructPath ( string path, System.Xml.Linq.XNode &xml ) : void
getNemsisElement ( string name ) : System.Xml.Linq.XElement
getNemsisElement ( string name, bool empty ) : System.Xml.Linq.XElement
xmlData ( ) : IHttpActionResult

메소드 상세

Export() 공개 메소드

public Export ( System.DateTime minDate, System.DateTime maxDate ) : string
minDate System.DateTime
maxDate System.DateTime
리턴 string

Export() 공개 메소드

public Export ( dynamic ob ) : string
ob dynamic
리턴 string