C# Class SIL.FieldWorks.Common.Controls.TransduceMethod

Inheritance: DoItMethod
ファイルを表示 Open project: sillsdev/FieldWorks

Public Methods

Method Description
TransduceMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter dstAccessor, XmlNode spec, FieldReadWriter srcAccessor, ECInterfaces converter, ITsString tssSep, NonEmptyTargetOptions options ) : System

Protected Methods

Method Description
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.

Method Details

NewValue() protected method

protected NewValue ( int hvo ) : ITsString
hvo int
return ITsString

OkToChange() protected method

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
return bool

TransduceMethod() public method

public TransduceMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter dstAccessor, XmlNode spec, FieldReadWriter srcAccessor, ECInterfaces converter, ITsString tssSep, NonEmptyTargetOptions options ) : System
cache SIL.FieldWorks.FDO.FdoCache
sda ISilDataAccessManaged
dstAccessor FieldReadWriter
spec System.Xml.XmlNode
srcAccessor FieldReadWriter
converter ECInterfaces
tssSep ITsString
options NonEmptyTargetOptions
return System