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

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

Private Properties

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

Méthodes publiques

Méthode Description
StringHookup ( object target, Func reader, Action hookAdder, Action hookRemover, IStringParaNotification para ) : System
StringPropChanged ( object modifiedObject, EventArgs args ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected méthode

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

StringHookup() public méthode

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

StringPropChanged() public méthode

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