C# Class SIL.FieldWorks.Common.Framework.DetailControls.GhostReferenceVectorSlice

This class is used (e.g., in the Info tab of Texts/Words) where a Reference Vector Slice would normally appear, except that the object that has the property does not yet exist. In fact, we do not want to create the object until the user runs the chooser and clicks OK.
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.FieldSlice
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
FinishInit ( ) : void
GhostReferenceVectorSlice ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, XmlNode configNode ) : System

Protected Methods

Method Description
UpdateDisplayFromDatabase ( ) : void

Private Methods

Method Description
GetFieldId ( SIL.FieldWorks.FDO.FdoCache cache, XmlNode configurationParameters ) : int

Method Details

FinishInit() public method

public FinishInit ( ) : void
return void

GhostReferenceVectorSlice() public method

public GhostReferenceVectorSlice ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, XmlNode configNode ) : System
cache SIL.FieldWorks.FDO.FdoCache
obj ICmObject
configNode System.Xml.XmlNode
return System

UpdateDisplayFromDatabase() protected method

protected UpdateDisplayFromDatabase ( ) : void
return void