C# 클래스 XText.XBlock

상속: XTextElement
파일 보기 프로젝트 열기: JakeGinnivan/XText 1 사용 예제들

공개 메소드들

메소드 설명
BuildDocument ( ) : System.Windows.Documents.Block
BuildElement ( ) : FrameworkElement
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToPlainString ( ) : string
ToString ( ) : string
operator ( ) : bool

보호된 메소드들

메소드 설명
BuildDocumentInternal ( ) : System.Windows.Documents.Block
BuildElementInternal ( ) : FrameworkElement
Equals ( XBlock other ) : bool
Indent ( string stringToIndent ) : string
ToString ( bool formatted ) : string
XBlock ( BlockStyle blockStyle = BlockStyle.Normal ) : System
XBlock ( Func writeIf, BlockStyle blockStyle = BlockStyle.Normal ) : System

메소드 상세

BuildDocument() 공개 메소드

public BuildDocument ( ) : System.Windows.Documents.Block
리턴 System.Windows.Documents.Block

BuildDocumentInternal() 보호된 추상적인 메소드

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

BuildElement() 공개 메소드

public BuildElement ( ) : FrameworkElement
리턴 System.Windows.FrameworkElement

BuildElementInternal() 보호된 추상적인 메소드

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

Equals() 보호된 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Indent() 보호된 메소드

protected Indent ( string stringToIndent ) : string
stringToIndent string
리턴 string

ToPlainString() 공개 메소드

public ToPlainString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 보호된 추상적인 메소드

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

XBlock() 보호된 메소드

protected XBlock ( BlockStyle blockStyle = BlockStyle.Normal ) : System
blockStyle BlockStyle
리턴 System

XBlock() 보호된 메소드

protected XBlock ( Func writeIf, BlockStyle blockStyle = BlockStyle.Normal ) : System
writeIf Func
blockStyle BlockStyle
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool