C# Class SIL.FieldWorks.SharpViews.Hookups.TssHookup

Inheritance: LiteralStringParaHookup
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description
ApplyStyle void
CanApplyStyle bool
CanDelete bool
CanInsertText bool
Delete void
InsertText void
InsertText void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetStyleNameAt() public méthode

public GetStyleNameAt ( InsertionPoint ip ) : string
ip SIL.FieldWorks.SharpViews.Selections.InsertionPoint
Résultat string

PropChanged() public méthode

public PropChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

TssHookup() public méthode

public TssHookup ( TssHookupAdapter propAdapter, IStringParaNotification para ) : System
propAdapter TssHookupAdapter
para IStringParaNotification
Résultat System

TssHookup() public méthode

public TssHookup ( object target, Func reader, Action hookAdder, Action hookRemover, IStringParaNotification para ) : System
target object
reader Func
hookAdder Action
hookRemover Action
para IStringParaNotification
Résultat System

TssPropChanged() public méthode

public TssPropChanged ( object modifiedObject, EventArgs args ) : void
modifiedObject object
args System.EventArgs
Résultat void