C# Class XText.XBlock

Inheritance: XTextElement
ファイルを表示 Open project: JakeGinnivan/XText Class Usage Examples

Public Methods

Method Description
BuildDocument ( ) : System.Windows.Documents.Block
BuildElement ( ) : FrameworkElement
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToPlainString ( ) : string
ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
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

Method Details

BuildDocument() public method

public BuildDocument ( ) : System.Windows.Documents.Block
return System.Windows.Documents.Block

BuildDocumentInternal() protected abstract method

protected abstract BuildDocumentInternal ( ) : System.Windows.Documents.Block
return System.Windows.Documents.Block

BuildElement() public method

public BuildElement ( ) : FrameworkElement
return System.Windows.FrameworkElement

BuildElementInternal() protected abstract method

protected abstract BuildElementInternal ( ) : FrameworkElement
return System.Windows.FrameworkElement

Equals() protected method

protected Equals ( XBlock other ) : bool
other XBlock
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Indent() protected method

protected Indent ( string stringToIndent ) : string
stringToIndent string
return string

ToPlainString() public method

public ToPlainString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

ToString() protected abstract method

protected abstract ToString ( bool formatted ) : string
formatted bool
return string

XBlock() protected method

protected XBlock ( BlockStyle blockStyle = BlockStyle.Normal ) : System
blockStyle BlockStyle
return System

XBlock() protected method

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

operator() public static method

public static operator ( ) : bool
return bool