C# 클래스 Lob.Model.StringXlob

상속: Xlob
파일 보기 프로젝트 열기: bittercoder/Lob

공개 메소드들

메소드 설명
Equals ( Xlob xlob ) : bool
OpenReader ( ) : XmlReader
StringXlob ( string xmlFragment ) : System
StringXlob ( string xmlFragment, System.Xml.XmlNodeType nodeType, XmlParserContext parserContext ) : System
StringXlob ( string xmlFragment, XmlParserContext parserContext ) : System
WriteTo ( TextWriter writer ) : void
WriteTo ( XmlWriter writer ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( Xlob xlob ) : bool
xlob Xlob
리턴 bool

OpenReader() 공개 메소드

public OpenReader ( ) : XmlReader
리턴 XmlReader

StringXlob() 공개 메소드

public StringXlob ( string xmlFragment ) : System
xmlFragment string
리턴 System

StringXlob() 공개 메소드

public StringXlob ( string xmlFragment, System.Xml.XmlNodeType nodeType, XmlParserContext parserContext ) : System
xmlFragment string
nodeType System.Xml.XmlNodeType
parserContext System.Xml.XmlParserContext
리턴 System

StringXlob() 공개 메소드

public StringXlob ( string xmlFragment, XmlParserContext parserContext ) : System
xmlFragment string
parserContext System.Xml.XmlParserContext
리턴 System

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer ) : void
writer System.IO.TextWriter
리턴 void

WriteTo() 공개 메소드

public WriteTo ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void