C# Class ArtOfWords.Models.Salesman.AdsXmlFormatManager

Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

Méthode Description
AdsXmlFormatManager ( string version ) : System
Generate ( string destPath, List src ) : void
GetXmlFormat ( string xmlPath ) : AdsXmlFormat

Method Details

AdsXmlFormatManager() public méthode

public AdsXmlFormatManager ( string version ) : System
version string
Résultat System

Generate() public méthode

public Generate ( string destPath, List src ) : void
destPath string
src List
Résultat void

GetXmlFormat() public méthode

public GetXmlFormat ( string xmlPath ) : AdsXmlFormat
xmlPath string
Résultat AdsXmlFormat