Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SemeionModulesDesigner
XmlSchemaParser
XmlWriter
C# 클래스 SemeionModulesDesigner.XmlSchemaParser.XmlWriter
Xml writer used to write data to xml file.
상속:
IXmlWriter
파일 보기
프로젝트 열기: janstafa/XsdFormEditor
1 사용 예제들
공개 메소드들
메소드
설명
WriteXFormToXmlFile
(
Stream
stream
,
XForm
xForm
) :
void
Write data from form to output stream.
메소드 상세
WriteXFormToXmlFile()
공개
메소드
Write data from form to output stream.
public
WriteXFormToXmlFile
(
Stream
stream
,
XForm
xForm
) :
void
stream
System.IO.Stream
Output stream.
xForm
SemeionModulesDesigner.XmlSchemaParser.XsdModel.XForm
XForm with data.
리턴
void