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

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

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

Метод Описание
BulkCopyMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter dstAccessor, XmlNode spec, FieldReadWriter srcAccessor, ITsString tssSep, NonEmptyTargetOptions options ) : System

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

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

The preview looks neater if things that won't change are not shown as changing. So, only 'ok to change' if there is a difference.

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

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

public BulkCopyMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter dstAccessor, XmlNode spec, FieldReadWriter srcAccessor, ITsString tssSep, NonEmptyTargetOptions options ) : System
cache SIL.FieldWorks.FDO.FdoCache
sda ISilDataAccessManaged
dstAccessor FieldReadWriter
spec System.Xml.XmlNode
srcAccessor FieldReadWriter
tssSep ITsString
options NonEmptyTargetOptions
Результат System

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

protected NewValue ( int hvo ) : ITsString
hvo int
Результат ITsString

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

The preview looks neater if things that won't change are not shown as changing. So, only 'ok to change' if there is a difference.
protected OkToChange ( int hvo ) : bool
hvo int
Результат bool