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

Allows a generic way to access a string in a browse view column cell. (Currently used for Source combo items)
Inheritance: FieldReadWriter
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CurrentValue ( int hvo ) : ITsString

Get's the string associated with the given hvo for a particular column.

Dispose ( ) : void
ManyOnePathSortItemReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, XmlNode colSpec, BrowseViewer bv, IApp app ) : System
SetNewValue ( int hvo, ITsString tss ) : void

NOTE: ManyOnePathSortItemReadWriter is currently read-only.

Protected Methods

Method Description
Dispose ( bool fDisposing ) : void

Private Methods

Method Description
EnsureFinder ( ) : void
GetManyOnePathSortItem ( int hvo ) : IManyOnePathSortItem

Method Details

CurrentValue() public method

Get's the string associated with the given hvo for a particular column.
public CurrentValue ( int hvo ) : ITsString
hvo int
return ITsString

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool fDisposing ) : void
fDisposing bool
return void

ManyOnePathSortItemReadWriter() public method

public ManyOnePathSortItemReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, XmlNode colSpec, BrowseViewer bv, IApp app ) : System
cache SIL.FieldWorks.FDO.FdoCache
colSpec System.Xml.XmlNode
bv BrowseViewer
app IApp
return System

SetNewValue() public method

NOTE: ManyOnePathSortItemReadWriter is currently read-only.
public SetNewValue ( int hvo, ITsString tss ) : void
hvo int
tss ITsString
return void