C# Class Lob.Model.StringXlob

Inheritance: Xlob
Afficher le fichier Open project: bittercoder/Lob

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( Xlob xlob ) : bool
xlob Xlob
Résultat bool

OpenReader() public méthode

public OpenReader ( ) : XmlReader
Résultat XmlReader

StringXlob() public méthode

public StringXlob ( string xmlFragment ) : System
xmlFragment string
Résultat System

StringXlob() public méthode

public StringXlob ( string xmlFragment, System.Xml.XmlNodeType nodeType, XmlParserContext parserContext ) : System
xmlFragment string
nodeType System.Xml.XmlNodeType
parserContext System.Xml.XmlParserContext
Résultat System

StringXlob() public méthode

public StringXlob ( string xmlFragment, XmlParserContext parserContext ) : System
xmlFragment string
parserContext System.Xml.XmlParserContext
Résultat System

WriteTo() public méthode

public WriteTo ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

WriteTo() public méthode

public WriteTo ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void