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

상속: ViewSlice
파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 프로퍼티들

프로퍼티 타입 설명
m_flid int

공개 메소드들

메소드 설명
Reuse ( ICmObject obj, int flid ) : void

Put the slice in the same state as if just created with these arguments.

ViewPropertySlice ( ) : SIL.FieldWorks.FDO

ViewPropertySlice ( SIL.FieldWorks.Common.RootSites.RootSite ctrlT, ICmObject obj, int flid ) : SIL.FieldWorks.FDO

메소드 상세

Reuse() 공개 메소드

Put the slice in the same state as if just created with these arguments.
public Reuse ( ICmObject obj, int flid ) : void
obj ICmObject
flid int
리턴 void

ViewPropertySlice() 공개 메소드

public ViewPropertySlice ( ) : SIL.FieldWorks.FDO
리턴 SIL.FieldWorks.FDO

ViewPropertySlice() 공개 메소드

public ViewPropertySlice ( SIL.FieldWorks.Common.RootSites.RootSite ctrlT, ICmObject obj, int flid ) : SIL.FieldWorks.FDO
ctrlT SIL.FieldWorks.Common.RootSites.RootSite
obj ICmObject
flid int
리턴 SIL.FieldWorks.FDO

프로퍼티 상세

m_flid 보호되어 있는 프로퍼티

protected int m_flid
리턴 int