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

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

Protected Properties

Property Type Description
m_displayParent ICmObject

Public Methods

Method Description
LexReferenceSequenceView ( ) : System

Protected Methods

Method 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

Method Description
HandleRightClickOnObject ( int hvo ) : bool
InitializeComponent ( ) : void

The Superclass handles everything except our Name property.

Method Details

CreateVectorReferenceVc() protected method

protected CreateVectorReferenceVc ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
return SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc

Delete() protected method

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
return void

LexReferenceSequenceView() public method

public LexReferenceSequenceView ( ) : System
return System

UpdateTimeStampsIfNeeded() protected method

protected UpdateTimeStampsIfNeeded ( int hvos ) : void
hvos int
return void

Property Details

m_displayParent protected_oe property

protected ICmObject m_displayParent
return ICmObject