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

FieldReadWriter for strings stored in a multilingual prop of the FIRST object owned in an sequence property of the base object.
Inheritance: OwnMlPropReadWriter
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CurrentValue ( int hvo ) : ITsString
OwnSeqMlPropReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, int flidString, int ws, int flidObj, int clid ) : System
SetNewValue ( int hvo, ITsString tss ) : void

Method Details

CurrentValue() public méthode

public CurrentValue ( int hvo ) : ITsString
hvo int
Résultat ITsString

OwnSeqMlPropReadWriter() public méthode

public OwnSeqMlPropReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, int flidString, int ws, int flidObj, int clid ) : System
cache SIL.FieldWorks.FDO.FdoCache
flidString int
ws int
flidObj int
clid int
Résultat System

SetNewValue() public méthode

public SetNewValue ( int hvo, ITsString tss ) : void
hvo int
tss ITsString
Résultat void