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

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

Public Methods

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

Protected Methods

Method Description
SetStringValue ( int hvoStringOwner, ITsString tss ) : void

Method Details

CurrentValue() public method

public CurrentValue ( int hvo ) : ITsString
hvo int
return ITsString

OwnMlPropReadWriter() public method

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

SetStringValue() protected method

protected SetStringValue ( int hvoStringOwner, ITsString tss ) : void
hvoStringOwner int
tss ITsString
return void