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
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool fDisposing ) : void

Private Methods

Méthode Description
EnsureFinder ( ) : void
GetManyOnePathSortItem ( int hvo ) : IManyOnePathSortItem

Method Details

CurrentValue() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool fDisposing ) : void
fDisposing bool
Résultat void

ManyOnePathSortItemReadWriter() public méthode

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
Résultat System

SetNewValue() public méthode

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