C# 클래스 SIL.FieldWorks.XWorks.TestVc

상속: SIL.FieldWorks.Common.RootSites.VwBaseVc
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemWidths int>.Dictionary

공개 메소드들

메소드 설명
Display ( IVwEnv vwenv, int hvo, int frag ) : void

This is the main interesting method of displaying objects and fragments of them. Most subclasses should override.

TestVc ( SIL.FieldWorks.FDO.FdoCache cache ) : System

비공개 메소드들

메소드 설명
NoteItemWidth ( IVwEnv vwenv, int hvo, int flid, int ws ) : void

메소드 상세

Display() 공개 메소드

This is the main interesting method of displaying objects and fragments of them. Most subclasses should override.
public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
리턴 void

TestVc() 공개 메소드

public TestVc ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
리턴 System

프로퍼티 상세

ItemWidths 공개적으로 프로퍼티

public Dictionary ItemWidths
리턴 int>.Dictionary