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

FieldReadWriter for strings stored in a multilingual prop of an object owned in an atomic property of the base object.
상속: OwnMlPropReadWriter
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CurrentValue ( int hvo ) : ITsString
OwnAtomicMlPropReadWriter ( 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

OwnAtomicMlPropReadWriter() 공개 메소드

public OwnAtomicMlPropReadWriter ( 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