C# Class SIL.FieldWorks.XWorks.LexEd.LexReferenceSequenceView

Summary description for LexReferenceSequenceView.
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_displayParent ICmObject

Méthodes publiques

Méthode Description
LexReferenceSequenceView ( ) : System

Méthodes protégées

Méthode Description
CreateVectorReferenceVc ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
Delete ( ) : void

This handles deleting the "owning" sense or entry from a calendar type lex reference by posting a message instead of simply removing the sense or entry from the reference vector. This keeps things nice and tidy on the screen, and behaving like users would (or ought to) expect. See LT-4114.

UpdateTimeStampsIfNeeded ( int hvos ) : void

Private Methods

Méthode Description
HandleRightClickOnObject ( int hvo ) : bool
InitializeComponent ( ) : void

The Superclass handles everything except our Name property.

Method Details

CreateVectorReferenceVc() protected méthode

protected CreateVectorReferenceVc ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
Résultat SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc

Delete() protected méthode

This handles deleting the "owning" sense or entry from a calendar type lex reference by posting a message instead of simply removing the sense or entry from the reference vector. This keeps things nice and tidy on the screen, and behaving like users would (or ought to) expect. See LT-4114.
protected Delete ( ) : void
Résultat void

LexReferenceSequenceView() public méthode

public LexReferenceSequenceView ( ) : System
Résultat System

UpdateTimeStampsIfNeeded() protected méthode

protected UpdateTimeStampsIfNeeded ( int hvos ) : void
hvos int
Résultat void

Property Details

m_displayParent protected_oe property

protected ICmObject m_displayParent
Résultat ICmObject