C# 클래스 SIL.FieldWorks.SharpViews.Hookups.TssHookup

상속: LiteralStringParaHookup
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApplyStyle void
CanApplyStyle bool
CanDelete bool
CanInsertText bool
Delete void
InsertText void
InsertText void

공개 메소드들

메소드 설명
GetStyleNameAt ( InsertionPoint ip ) : string
PropChanged ( object sender, EventArgs args ) : void
TssHookup ( TssHookupAdapter propAdapter, IStringParaNotification para ) : System
TssHookup ( object target, Func reader, Action hookAdder, Action hookRemover, IStringParaNotification para ) : System
TssPropChanged ( object modifiedObject, EventArgs args ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ApplyStyle ( InsertionPoint start, InsertionPoint end, string style ) : void
CanApplyStyle ( InsertionPoint start, InsertionPoint end, string style ) : bool
CanDelete ( InsertionPoint start, InsertionPoint end ) : bool
CanInsertText ( InsertionPoint ip ) : bool
Delete ( InsertionPoint start, InsertionPoint end ) : void
InsertText ( InsertionPoint ip, ITsString input ) : void
InsertText ( InsertionPoint ip, string input ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetStyleNameAt() 공개 메소드

public GetStyleNameAt ( InsertionPoint ip ) : string
ip SIL.FieldWorks.SharpViews.Selections.InsertionPoint
리턴 string

PropChanged() 공개 메소드

public PropChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void

TssHookup() 공개 메소드

public TssHookup ( TssHookupAdapter propAdapter, IStringParaNotification para ) : System
propAdapter TssHookupAdapter
para IStringParaNotification
리턴 System

TssHookup() 공개 메소드

public TssHookup ( object target, Func reader, Action hookAdder, Action hookRemover, IStringParaNotification para ) : System
target object
reader Func
hookAdder Action
hookRemover Action
para IStringParaNotification
리턴 System

TssPropChanged() 공개 메소드

public TssPropChanged ( object modifiedObject, EventArgs args ) : void
modifiedObject object
args System.EventArgs
리턴 void