C# Class XText.XBold

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
XBold ( Binding textBinding ) : System
XBold ( Func writeIf, Func text ) : System
XBold ( Func writeIf, string text ) : System
XBold ( Func text ) : System
XBold ( string text ) : System
operator ( ) : bool

Méthodes protégées

Méthode Description
BuildElementInternal ( ) : Inline
Equals ( XBold other ) : bool

Method Details

BuildElementInternal() protected méthode

protected BuildElementInternal ( ) : Inline
Résultat System.Windows.Documents.Inline

Equals() protected méthode

protected Equals ( XBold other ) : bool
other XBold
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() public méthode

public ToString ( ) : string
Résultat string

XBold() public méthode

public XBold ( Binding textBinding ) : System
textBinding System.Windows.Data.Binding
Résultat System

XBold() public méthode

public XBold ( Func writeIf, Func text ) : System
writeIf Func
text Func
Résultat System

XBold() public méthode

public XBold ( Func writeIf, string text ) : System
writeIf Func
text string
Résultat System

XBold() public méthode

public XBold ( Func text ) : System
text Func
Résultat System

XBold() public méthode

public XBold ( string text ) : System
text string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool