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
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
UpdateDisplayFromDatabase ( ) : void

Private Methods

Méthode Description
GetFieldId ( SIL.FieldWorks.FDO.FdoCache cache, XmlNode configurationParameters ) : int

Method Details

FinishInit() public méthode

public FinishInit ( ) : void
Résultat void

GhostReferenceVectorSlice() public méthode

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

UpdateDisplayFromDatabase() protected méthode

protected UpdateDisplayFromDatabase ( ) : void
Résultat void