C# Class XText.XSection

Represents a list of elements, each child will be on it's own line
Inheritance: XBlock
Afficher le fichier Open project: JakeGinnivan/XText Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

AddChild() public méthode

public AddChild ( XBlock child ) : void
child XBlock
Résultat void

BuildDocumentInternal() protected méthode

protected BuildDocumentInternal ( ) : System.Windows.Documents.Block
Résultat System.Windows.Documents.Block

BuildElementInternal() protected méthode

protected BuildElementInternal ( ) : FrameworkElement
Résultat System.Windows.FrameworkElement

Equals() protected méthode

protected Equals ( XSection other ) : bool
other XSection
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() protected méthode

protected ToString ( bool formatted ) : string
formatted bool
Résultat string

XSection() public méthode

public XSection ( ) : System
Résultat System

XSection() public méthode

public XSection ( BlockStyle blockStyle ) : System
blockStyle BlockStyle
Résultat System

XSection() public méthode

public XSection ( Func writeIf ) : System
writeIf Func
Résultat System

XSection() public méthode

public XSection ( Func writeIf, BlockStyle blockStyle ) : System
writeIf Func
blockStyle BlockStyle
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool