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

FieldReadWriter for strings stored in a non-multilingual string prop of an object owned in an atomic property of the base object.
Inheritance: OwnStringPropReadWriter
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CurrentValue ( int hvo ) : ITsString
OwnAtomicStringPropReadWriter ( 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

OwnAtomicStringPropReadWriter() public méthode

public OwnAtomicStringPropReadWriter ( 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