C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.GhostReferenceVectorSlice

This class is used (e.g., in the Info tab of Texts/Words) where a Reference Vector Slice would normally appear, except that the object that has the property does not yet exist. In fact, we do not want to create the object until the user runs the chooser and clicks OK.
상속: SIL.FieldWorks.Common.Framework.DetailControls.FieldSlice
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
FinishInit ( ) : void
GhostReferenceVectorSlice ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, XmlNode configNode ) : System

보호된 메소드들

메소드 설명
UpdateDisplayFromDatabase ( ) : void

비공개 메소드들

메소드 설명
GetFieldId ( SIL.FieldWorks.FDO.FdoCache cache, XmlNode configurationParameters ) : int

메소드 상세

FinishInit() 공개 메소드

public FinishInit ( ) : void
리턴 void

GhostReferenceVectorSlice() 공개 메소드

public GhostReferenceVectorSlice ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, XmlNode configNode ) : System
cache SIL.FieldWorks.FDO.FdoCache
obj ICmObject
configNode System.Xml.XmlNode
리턴 System

UpdateDisplayFromDatabase() 보호된 메소드

protected UpdateDisplayFromDatabase ( ) : void
리턴 void