C# Class XText.XSection

Represents a list of elements, each child will be on it's own line
Inheritance: XBlock
ファイルを表示 Open project: JakeGinnivan/XText Class Usage Examples

Public Methods

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

Protected Methods

Method Description
BuildDocumentInternal ( ) : System.Windows.Documents.Block
BuildElementInternal ( ) : FrameworkElement
Equals ( XSection other ) : bool
ToString ( bool formatted ) : string

Method Details

AddChild() public method

public AddChild ( XBlock child ) : void
child XBlock
return void

BuildDocumentInternal() protected method

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

BuildElementInternal() protected method

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

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() protected method

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

XSection() public method

public XSection ( ) : System
return System

XSection() public method

public XSection ( BlockStyle blockStyle ) : System
blockStyle BlockStyle
return System

XSection() public method

public XSection ( Func writeIf ) : System
writeIf Func
return System

XSection() public method

public XSection ( Func writeIf, BlockStyle blockStyle ) : System
writeIf Func
blockStyle BlockStyle
return System

operator() public static method

public static operator ( ) : bool
return bool