C# Class Predica.FimCommunication.Export.XmlExporter

Inheritance: IXmlExporter
Afficher le fichier Open project: Predica/FimClient Class Usage Examples

Méthodes publiques

Méthode Description
WriteXml ( Stream stream, string xpath ) : void

Uses logic from ConvertFrom-FIMResource cmdlet to fetch export objects and xml-serializes them to a given stream

Method Details

WriteXml() public méthode

Uses logic from ConvertFrom-FIMResource cmdlet to fetch export objects and xml-serializes them to a given stream
public WriteXml ( Stream stream, string xpath ) : void
stream System.IO.Stream
xpath string
Résultat void