C# 클래스 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)
상속: FieldReadWriter
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool fDisposing ) : void

비공개 메소드들

메소드 설명
EnsureFinder ( ) : void
GetManyOnePathSortItem ( int hvo ) : IManyOnePathSortItem

메소드 상세

CurrentValue() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool fDisposing ) : void
fDisposing bool
리턴 void

ManyOnePathSortItemReadWriter() 공개 메소드

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
리턴 System

SetNewValue() 공개 메소드

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