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

FieldReadWriter for strings stored in (non-multilingual) props of the object itself.
상속: FieldReadWriter
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_cache SIL.FieldWorks.FDO.FdoCache
m_flid int
m_flidType int
m_ws int

Private Properties

프로퍼티 타입 설명
GetFlidType int
SetUnicodeStringValue void

공개 메소드들

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

보호된 메소드들

메소드 설명
SetStringValue ( int hvoStringOwner, ITsString tss ) : void

비공개 메소드들

메소드 설명
GetFlidType ( ) : int
SetUnicodeStringValue ( int hvoStringOwner, ITsString tss ) : void

메소드 상세

CurrentValue() 공개 메소드

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

OwnStringPropReadWriter() 공개 메소드

public OwnStringPropReadWriter ( SIL.FieldWorks.FDO.FdoCache cache, int flid, int ws ) : System
cache SIL.FieldWorks.FDO.FdoCache
flid int
ws int
리턴 System

SetNewValue() 공개 메소드

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

SetStringValue() 보호된 메소드

protected SetStringValue ( int hvoStringOwner, ITsString tss ) : void
hvoStringOwner int
tss ITsString
리턴 void

프로퍼티 상세

m_cache 보호되어 있는 프로퍼티

protected FdoCache,SIL.FieldWorks.FDO m_cache
리턴 SIL.FieldWorks.FDO.FdoCache

m_flid 보호되어 있는 프로퍼티

protected int m_flid
리턴 int

m_flidType 보호되어 있는 프로퍼티

protected int m_flidType
리턴 int

m_ws 보호되어 있는 프로퍼티

protected int m_ws
리턴 int