C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.GhostStringSlice.GhostDaDecorator

The ghost slice displays just one string; this decorator stores and returns it independent of the flid.
상속: SIL.FieldWorks.FDO.Application.DomainDataByFlidDecoratorBase
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
GhostDaDecorator ( ISilDataAccessManaged domainDataByFlid, ITsString tss, int clidDst ) : System
SetString ( int hvo, int tag, ITsString tss ) : void
get_IntProp ( int hvo, int tag ) : int
get_StringProp ( int hvo, int tag ) : ITsString

메소드 상세

GhostDaDecorator() 공개 메소드

public GhostDaDecorator ( ISilDataAccessManaged domainDataByFlid, ITsString tss, int clidDst ) : System
domainDataByFlid ISilDataAccessManaged
tss ITsString
clidDst int
리턴 System

SetString() 공개 메소드

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

get_IntProp() 공개 메소드

public get_IntProp ( int hvo, int tag ) : int
hvo int
tag int
리턴 int

get_StringProp() 공개 메소드

public get_StringProp ( int hvo, int tag ) : ITsString
hvo int
tag int
리턴 ITsString