C# 클래스 XText.XBold

상속: XInline
파일 보기 프로젝트 열기: JakeGinnivan/XText 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
BuildElementInternal ( ) : Inline
Equals ( XBold other ) : bool

메소드 상세

BuildElementInternal() 보호된 메소드

protected BuildElementInternal ( ) : Inline
리턴 System.Windows.Documents.Inline

Equals() 보호된 메소드

protected Equals ( XBold other ) : bool
other XBold
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XBold() 공개 메소드

public XBold ( Binding textBinding ) : System
textBinding System.Windows.Data.Binding
리턴 System

XBold() 공개 메소드

public XBold ( Func writeIf, Func text ) : System
writeIf Func
text Func
리턴 System

XBold() 공개 메소드

public XBold ( Func writeIf, string text ) : System
writeIf Func
text string
리턴 System

XBold() 공개 메소드

public XBold ( Func text ) : System
text Func
리턴 System

XBold() 공개 메소드

public XBold ( string text ) : System
text string
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool