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

Inheritance: DoItMethod
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
BulkCopyMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter dstAccessor, XmlNode spec, FieldReadWriter srcAccessor, ITsString tssSep, NonEmptyTargetOptions options ) : System

Méthodes protégées

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

BulkCopyMethod() public méthode

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
Résultat System

NewValue() protected méthode

protected NewValue ( int hvo ) : ITsString
hvo int
Résultat ITsString

OkToChange() protected méthode

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
Résultat bool