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

FieldReadWriter for strings stored in multilingual props of an object.
Inheritance: OwnStringPropReadWriter
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
CurrentValue ( int hvo ) : ITsString
OwnMlPropReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, int flid, int ws ) : System

Méthodes protégées

Méthode Description
SetStringValue ( int hvoStringOwner, ITsString tss ) : void

Method Details

CurrentValue() public méthode

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

OwnMlPropReadWriter() public méthode

public OwnMlPropReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, int flid, int ws ) : System
cache SIL.FieldWorks.FDO.FdoCache
flid int
ws int
Résultat System

SetStringValue() protected méthode

protected SetStringValue ( int hvoStringOwner, ITsString tss ) : void
hvoStringOwner int
tss ITsString
Résultat void