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

FieldReadWriter for strings stored in (non-multilingual) props of the object itself.
Inheritance: FieldReadWriter
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_cache SIL.FieldWorks.FDO.FdoCache
m_flid int
m_flidType int
m_ws int

Private Properties

Property Type Description
GetFlidType int
SetUnicodeStringValue void

Public Methods

Method Description
CurrentValue ( int hvo ) : ITsString
OwnStringPropReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, int flid, int ws ) : System
SetNewValue ( int hvo, ITsString tss ) : void

Protected Methods

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

Private Methods

Method Description
GetFlidType ( ) : int
SetUnicodeStringValue ( int hvoStringOwner, ITsString tss ) : void

Method Details

CurrentValue() public method

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

OwnStringPropReadWriter() public method

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

SetNewValue() public method

public SetNewValue ( int hvo, ITsString tss ) : void
hvo int
tss ITsString
return void

SetStringValue() protected method

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

Property Details

m_cache protected_oe property

protected FdoCache,SIL.FieldWorks.FDO m_cache
return SIL.FieldWorks.FDO.FdoCache

m_flid protected_oe property

protected int m_flid
return int

m_flidType protected_oe property

protected int m_flidType
return int

m_ws protected_oe property

protected int m_ws
return int