C# Class SuperXML.Compiler.XmlElement

Mostra file Open project: beto-rodriguez/SuperXml

Private Properties

Property Type Description
If bool
Inject string
Repeater dynamic>>.IEnumerable

Public Methods

Method Description
GetValueFromScope ( string propertyName ) : dynamic
Run ( XmlWriter writer ) : void
XmlElement ( BufferCommands type ) : System

Private Methods

Method Description
If ( ) : bool
Inject ( string expression ) : string
Repeater ( ) : dynamic>>.IEnumerable

Method Details

GetValueFromScope() public method

public GetValueFromScope ( string propertyName ) : dynamic
propertyName string
return dynamic

Run() public method

public Run ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void

XmlElement() public method

public XmlElement ( BufferCommands type ) : System
type BufferCommands
return System