C# 클래스 XText.XSection

Represents a list of elements, each child will be on it's own line
상속: XBlock
파일 보기 프로젝트 열기: JakeGinnivan/XText 1 사용 예제들

공개 메소드들

메소드 설명
AddChild ( XBlock child ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
XSection ( ) : System
XSection ( BlockStyle blockStyle ) : System
XSection ( Func writeIf ) : System
XSection ( Func writeIf, BlockStyle blockStyle ) : System
operator ( ) : bool

보호된 메소드들

메소드 설명
BuildDocumentInternal ( ) : System.Windows.Documents.Block
BuildElementInternal ( ) : FrameworkElement
Equals ( XSection other ) : bool
ToString ( bool formatted ) : string

메소드 상세

AddChild() 공개 메소드

public AddChild ( XBlock child ) : void
child XBlock
리턴 void

BuildDocumentInternal() 보호된 메소드

protected BuildDocumentInternal ( ) : System.Windows.Documents.Block
리턴 System.Windows.Documents.Block

BuildElementInternal() 보호된 메소드

protected BuildElementInternal ( ) : FrameworkElement
리턴 System.Windows.FrameworkElement

Equals() 보호된 메소드

protected Equals ( XSection other ) : bool
other XSection
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 보호된 메소드

protected ToString ( bool formatted ) : string
formatted bool
리턴 string

XSection() 공개 메소드

public XSection ( ) : System
리턴 System

XSection() 공개 메소드

public XSection ( BlockStyle blockStyle ) : System
blockStyle BlockStyle
리턴 System

XSection() 공개 메소드

public XSection ( Func writeIf ) : System
writeIf Func
리턴 System

XSection() 공개 메소드

public XSection ( Func writeIf, BlockStyle blockStyle ) : System
writeIf Func
blockStyle BlockStyle
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool