C# Class ThreePointZero.Controllers.PcrOperationsController

Inheritance: ApiController
显示文件 Open project: ShahPoint/ThreePointZero

Public Methods

Method Description
Export ( System.DateTime minDate, System.DateTime maxDate ) : string
Export ( dynamic ob ) : string

Private Methods

Method Description
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

Method Details

Export() public method

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

Export() public method

public Export ( dynamic ob ) : string
ob dynamic
return string