C# 클래스 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.
상속: PartGenerator
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Generate() 공개 메소드

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

ObjectValuePartGenerator() 공개 메소드

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
리턴 System