C# 클래스 Predica.FimCommunication.Export.XmlExporter

상속: IXmlExporter
파일 보기 프로젝트 열기: Predica/FimClient 1 사용 예제들

공개 메소드들

메소드 설명
WriteXml ( Stream stream, string xpath ) : void

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

메소드 상세

WriteXml() 공개 메소드

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
리턴 void