C# Class XText.XBlock

Inheritance: XTextElement
Afficher le fichier Open project: JakeGinnivan/XText Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

public BuildDocument ( ) : System.Windows.Documents.Block
Résultat System.Windows.Documents.Block

BuildDocumentInternal() protected abstract méthode

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

BuildElement() public méthode

public BuildElement ( ) : FrameworkElement
Résultat System.Windows.FrameworkElement

BuildElementInternal() protected abstract méthode

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

Equals() protected méthode

protected Equals ( XBlock other ) : bool
other XBlock
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

Indent() protected méthode

protected Indent ( string stringToIndent ) : string
stringToIndent string
Résultat string

ToPlainString() public méthode

public ToPlainString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() protected abstract méthode

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

XBlock() protected méthode

protected XBlock ( BlockStyle blockStyle = BlockStyle.Normal ) : System
blockStyle BlockStyle
Résultat System

XBlock() protected méthode

protected XBlock ( Func writeIf, BlockStyle blockStyle = BlockStyle.Normal ) : System
writeIf Func
blockStyle BlockStyle
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool