C# 클래스 SIL.FieldWorks.Common.Controls.TransduceMethod

상속: DoItMethod
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
TransduceMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter dstAccessor, XmlNode spec, FieldReadWriter srcAccessor, ECInterfaces converter, 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.

메소드 상세

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

TransduceMethod() 공개 메소드

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
리턴 System