C# 클래스 SIL.FieldWorks.XWorks.LexEd.MsaInflectionFeatureListDlgLauncherSlice

상속: Slice
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_flid int
m_fs IFsFeatStruc

공개 메소드들

메소드 설명
FinishInit ( ) : void

This method, called once we have a cache and object, is our first chance to actually create the embedded control.

Install ( DataTree parent ) : void

MsaInflectionFeatureListDlgLauncherSlice ( ) : System
ShowSliceForVisibleIfData ( XmlNode node, ICmObject obj ) : bool

Determine if the object really has data to be shown in the slice

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetFeatureStructureFromMSA ( ICmObject obj, int flid ) : IFsFeatStruc
GetFlid ( XmlNode node, ICmObject obj ) : int

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RemoveFeatureStructureFromMSA ( ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FinishInit() 공개 메소드

This method, called once we have a cache and object, is our first chance to actually create the embedded control.
public FinishInit ( ) : void
리턴 void

GetFeatureStructureFromMSA() 보호된 정적인 메소드

protected static GetFeatureStructureFromMSA ( ICmObject obj, int flid ) : IFsFeatStruc
obj ICmObject
flid int
리턴 IFsFeatStruc

GetFlid() 보호된 정적인 메소드

protected static GetFlid ( XmlNode node, ICmObject obj ) : int
node System.Xml.XmlNode
obj ICmObject
리턴 int

Install() 공개 메소드

public Install ( DataTree parent ) : void
parent SIL.FieldWorks.Common.Framework.DetailControls.DataTree
리턴 void

MsaInflectionFeatureListDlgLauncherSlice() 공개 메소드

public MsaInflectionFeatureListDlgLauncherSlice ( ) : System
리턴 System

ShowSliceForVisibleIfData() 공개 정적인 메소드

Determine if the object really has data to be shown in the slice
public static ShowSliceForVisibleIfData ( XmlNode node, ICmObject obj ) : bool
node System.Xml.XmlNode
obj ICmObject object to check; should be an IFsFeatStruc
리턴 bool

프로퍼티 상세

m_flid 보호되어 있는 프로퍼티

protected int m_flid
리턴 int

m_fs 보호되어 있는 프로퍼티

protected IFsFeatStruc m_fs
리턴 IFsFeatStruc