C# Class SIL.FieldWorks.XWorks.LexEd.PhonologicalFeatureListDlgLauncherSlice

Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.ViewSlice
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
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

Protected Methods

Method Description
DesiredHeight ( SIL.FieldWorks.Common.RootSites.RootSite rs ) : int
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

DesiredHeight() protected method

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

Dispose() protected method

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

FinishInit() public method

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

Install() public method

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

PhonologicalFeatureListDlgLauncherSlice() public method

public PhonologicalFeatureListDlgLauncherSlice ( ) : System
return System

ShowSliceForVisibleIfData() public static method

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
return bool