C# Class ThreePointZero.Controllers.PcrOperationsController

Inheritance: ApiController
Afficher le fichier Open project: ShahPoint/ThreePointZero

Méthodes publiques

Méthode Description
Export ( System.DateTime minDate, System.DateTime maxDate ) : string
Export ( dynamic ob ) : string

Private Methods

Méthode 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 méthode

public Export ( System.DateTime minDate, System.DateTime maxDate ) : string
minDate System.DateTime
maxDate System.DateTime
Résultat string

Export() public méthode

public Export ( dynamic ob ) : string
ob dynamic
Résultat string