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

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

Private Properties

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

공개 메소드들

메소드 설명
StringHookup ( object target, Func reader, Action hookAdder, Action hookRemover, IStringParaNotification para ) : System
StringPropChanged ( object modifiedObject, EventArgs args ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
CanApplyStyle ( InsertionPoint start, InsertionPoint end, string style ) : bool

Returns false because a style cannot be stored in a string

CanDelete ( InsertionPoint start, InsertionPoint end ) : bool
CanInsertText ( InsertionPoint ip ) : bool
Delete ( InsertionPoint start, InsertionPoint end ) : void
InsertText ( InsertionPoint ip, string input ) : void

메소드 상세

Dispose() 보호된 메소드

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

StringHookup() 공개 메소드

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

StringPropChanged() 공개 메소드

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