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

Generate parts for each value of an object
Currently this has only been implemented for the phonological features in a phoneme bulk edit. That is, it generates a part based on a single layout for each item in LangProject.PhFeatureSystemOA.FeaturesOC.
Inheritance: PartGenerator
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Generate ( ) : System.Xml.XmlNode[]

Generate the nodes that the constructor arguments indicate.

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

Method Details

Generate() public method

Generate the nodes that the constructor arguments indicate.
public Generate ( ) : System.Xml.XmlNode[]
return System.Xml.XmlNode[]

ObjectValuePartGenerator() public method

public ObjectValuePartGenerator ( SIL.FieldWorks.FDO.FdoCache cache, XmlNode input, XmlVc vc, int rootClassId ) : System
cache SIL.FieldWorks.FDO.FdoCache
input System.Xml.XmlNode
vc XmlVc
rootClassId int
return System