C# Class SIL.FieldWorks.Common.Controls.ChildPartGenerator

Generate parts needed to provide paths to fields specified by a given layout
Inheritance: PartGenerator
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
GenerateChildPartsIfNeeded ( ) : List

Méthodes protégées

Méthode Description
InitMemberVariablesFromInput ( IFwMetaDataCache mdc, XmlNode input ) : void

Private Methods

Méthode Description
ChildPartGenerator ( SIL.FieldWorks.FDO.FdoCache cache, XmlNode input, XmlVc vc, int rootClassId ) : System

Method Details

GenerateChildPartsIfNeeded() public méthode

public GenerateChildPartsIfNeeded ( ) : List
Résultat List

InitMemberVariablesFromInput() protected méthode

protected InitMemberVariablesFromInput ( IFwMetaDataCache mdc, XmlNode input ) : void
mdc IFwMetaDataCache
input System.Xml.XmlNode the column node (not generate node)
Résultat void