C# 클래스 SIL.FieldWorks.Common.Controls.OwnSeqStringPropReadWriter

FieldReadWriter for strings stored in a non-multilingual string prop of the FIRST object owned in an sequence property of the base object.
상속: OwnStringPropReadWriter
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CurrentValue ( int hvo ) : ITsString
OwnSeqStringPropReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, int flidString, int ws, int flidObj, int clid ) : System
SetNewValue ( int hvo, ITsString tss ) : void

메소드 상세

CurrentValue() 공개 메소드

public CurrentValue ( int hvo ) : ITsString
hvo int
리턴 ITsString

OwnSeqStringPropReadWriter() 공개 메소드

public OwnSeqStringPropReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, int flidString, int ws, int flidObj, int clid ) : System
cache SIL.FieldWorks.FDO.FdoCache
flidString int
ws int
flidObj int
clid int
리턴 System

SetNewValue() 공개 메소드

public SetNewValue ( int hvo, ITsString tss ) : void
hvo int
tss ITsString
리턴 void