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

This class manages the hookup between one alternative of a multilingual string property and the place where it is displayed.
상속: LiteralStringParaHookup
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

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

공개 메소드들

메소드 설명
GetStyleNameAt ( InsertionPoint ip ) : string
MlsHookup ( object target, IViewMultiString accessor, int ws, Action hookAdder, Action hookRemover, IStringParaNotification para ) : System
MlsHookup ( object target, IViewMultiString accessor, int ws, MlsHookupAdapter propAdapter, IStringParaNotification para ) : System
MlsPropChanged ( object modifiedObject, MlsChangedEventArgs args ) : void
PropChanged ( object sender, 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

MlsHookup() 공개 메소드

public MlsHookup ( object target, IViewMultiString accessor, int ws, Action hookAdder, Action hookRemover, IStringParaNotification para ) : System
target object
accessor IViewMultiString
ws int
hookAdder Action
hookRemover Action
para IStringParaNotification
리턴 System

MlsHookup() 공개 메소드

public MlsHookup ( object target, IViewMultiString accessor, int ws, MlsHookupAdapter propAdapter, IStringParaNotification para ) : System
target object
accessor IViewMultiString
ws int
propAdapter MlsHookupAdapter
para IStringParaNotification
리턴 System

MlsPropChanged() 공개 메소드

public MlsPropChanged ( object modifiedObject, MlsChangedEventArgs args ) : void
modifiedObject object
args MlsChangedEventArgs
리턴 void

PropChanged() 공개 메소드

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