C# Класс SIL.FieldWorks.SharpViews.Hookups.StringHookup

Наследование: LiteralStringParaHookup
Показать файл Открыть проект Примеры использования класса

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