C# Class Stetic.ErrorWidgetWrapper

Inheritance: Stetic.Wrapper.Widget
显示文件 Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
Read ( ObjectReader reader, XmlElement elem ) : void
Write ( Stetic.ObjectWriter writer ) : XmlElement

Protected Methods

Method Description
GenerateObjectCreation ( GeneratorContext ctx ) : System.CodeDom.CodeExpression

Method Details

GenerateObjectCreation() protected method

protected GenerateObjectCreation ( GeneratorContext ctx ) : System.CodeDom.CodeExpression
ctx GeneratorContext
return System.CodeDom.CodeExpression

Read() public method

public Read ( ObjectReader reader, XmlElement elem ) : void
reader ObjectReader
elem System.Xml.XmlElement
return void

Write() public method

public Write ( Stetic.ObjectWriter writer ) : XmlElement
writer Stetic.ObjectWriter
return System.Xml.XmlElement