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

상속: SIL.FieldWorks.Common.Framework.DetailControls.ViewSlice
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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

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

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

보호된 메소드들

메소드 설명
DesiredHeight ( SIL.FieldWorks.Common.RootSites.RootSite rs ) : int
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetFeatureStructureFromOwner ( 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.

RemoveFeatureStructureFromOwner ( ) : void

메소드 상세

DesiredHeight() 보호된 메소드

protected DesiredHeight ( SIL.FieldWorks.Common.RootSites.RootSite rs ) : int
rs SIL.FieldWorks.Common.RootSites.RootSite
리턴 int

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

Install() 공개 메소드

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

PhonologicalFeatureListDlgLauncherSlice() 공개 메소드

public PhonologicalFeatureListDlgLauncherSlice ( ) : 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 The node.
obj ICmObject object to check; should be an IFsFeatStruc
리턴 bool