C# 클래스 SuperXML.Compiler.XmlElement

파일 보기 프로젝트 열기: beto-rodriguez/SuperXml

Private Properties

프로퍼티 타입 설명
If bool
Inject string
Repeater dynamic>>.IEnumerable

공개 메소드들

메소드 설명
GetValueFromScope ( string propertyName ) : dynamic
Run ( XmlWriter writer ) : void
XmlElement ( BufferCommands type ) : System

비공개 메소드들

메소드 설명
If ( ) : bool
Inject ( string expression ) : string
Repeater ( ) : dynamic>>.IEnumerable

메소드 상세

GetValueFromScope() 공개 메소드

public GetValueFromScope ( string propertyName ) : dynamic
propertyName string
리턴 dynamic

Run() 공개 메소드

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

XmlElement() 공개 메소드

public XmlElement ( BufferCommands type ) : System
type BufferCommands
리턴 System