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

Inheritance: Slice
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_flid int
m_fs IFsFeatStruc

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FinishInit() public méthode

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

GetFeatureStructureFromMSA() protected static méthode

protected static GetFeatureStructureFromMSA ( ICmObject obj, int flid ) : IFsFeatStruc
obj ICmObject
flid int
Résultat IFsFeatStruc

GetFlid() protected static méthode

protected static GetFlid ( XmlNode node, ICmObject obj ) : int
node System.Xml.XmlNode
obj ICmObject
Résultat int

Install() public méthode

public Install ( DataTree parent ) : void
parent SIL.FieldWorks.Common.Framework.DetailControls.DataTree
Résultat void

MsaInflectionFeatureListDlgLauncherSlice() public méthode

public MsaInflectionFeatureListDlgLauncherSlice ( ) : System
Résultat System

ShowSliceForVisibleIfData() public static méthode

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
Résultat bool

Property Details

m_flid protected_oe property

protected int m_flid
Résultat int

m_fs protected_oe property

protected IFsFeatStruc m_fs
Résultat IFsFeatStruc