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

Inheritance: Slice
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_flid int
m_fs IFsFeatStruc

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

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

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

RemoveFeatureStructureFromMSA ( ) : void

Method Details

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

GetFeatureStructureFromMSA() protected static method

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

GetFlid() protected static method

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

Install() public method

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

MsaInflectionFeatureListDlgLauncherSlice() public method

public MsaInflectionFeatureListDlgLauncherSlice ( ) : 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
obj ICmObject object to check; should be an IFsFeatStruc
return bool

Property Details

m_flid protected_oe property

protected int m_flid
return int

m_fs protected_oe property

protected IFsFeatStruc m_fs
return IFsFeatStruc