C# 클래스 XText.XRun

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
XRun ( Binding textBinding ) : System
XRun ( Binding textBinding, string style ) : System
XRun ( Func writeIf, Func text, string style = null ) : System
XRun ( Func writeIf, string text, string style = null ) : System
XRun ( Func text, string style = null ) : System
XRun ( string text, string style = null ) : System
operator ( ) : bool

보호된 메소드들

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

메소드 상세

BuildElementInternal() 보호된 메소드

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

Equals() 보호된 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XRun() 공개 메소드

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

XRun() 공개 메소드

public XRun ( Binding textBinding, string style ) : System
textBinding System.Windows.Data.Binding
style string
리턴 System

XRun() 공개 메소드

public XRun ( Func writeIf, Func text, string style = null ) : System
writeIf Func
text Func
style string
리턴 System

XRun() 공개 메소드

public XRun ( Func writeIf, string text, string style = null ) : System
writeIf Func
text string
style string
리턴 System

XRun() 공개 메소드

public XRun ( Func text, string style = null ) : System
text Func
style string
리턴 System

XRun() 공개 메소드

public XRun ( string text, string style = null ) : System
text string
style string
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool