C# Класс SIL.FieldWorks.Common.Controls.ClearMethod

Implement (Fake)DoIt by replacing the current value with an empty string.
Наследование: DoItMethod
Показать файл Открыть проект

Открытые методы

Метод Описание
ClearMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter accessor, XmlNode spec ) : System

Защищенные методы

Метод Описание
NewValue ( int hvo ) : ITsString

Actually produce the replacement string.

OkToChange ( int hvo ) : bool

We can do a replace if the current value is not empty.

Описание методов

ClearMethod() публичный Метод

public ClearMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter accessor, XmlNode spec ) : System
cache SIL.FieldWorks.FDO.FdoCache
sda ISilDataAccessManaged
accessor FieldReadWriter
spec System.Xml.XmlNode
Результат System

NewValue() защищенный Метод

Actually produce the replacement string.
protected NewValue ( int hvo ) : ITsString
hvo int
Результат ITsString

OkToChange() защищенный Метод

We can do a replace if the current value is not empty.
protected OkToChange ( int hvo ) : bool
hvo int
Результат bool