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

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

Public Methods

Method Description
GenerateChildPartsIfNeeded ( ) : List

Protected Methods

Method Description
InitMemberVariablesFromInput ( IFwMetaDataCache mdc, XmlNode input ) : void

Private Methods

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

Method Details

GenerateChildPartsIfNeeded() public method

public GenerateChildPartsIfNeeded ( ) : List
return List

InitMemberVariablesFromInput() protected method

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