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

Summary description for LexReferenceCollectionView.
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_displayParent ICmObject

Public Methods

Method Description
LexReferenceCollectionView ( ) : System

Protected Methods

Method Description
CreateVectorReferenceVc ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
Delete ( ) : void
GetHiddenItemList ( ) : List
GetVisibleItemList ( ) : List
UpdateTimeStampsIfNeeded ( int hvos ) : void

Private Methods

Method Description
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

protected Delete ( ) : void
return void

GetHiddenItemList() protected method

protected GetHiddenItemList ( ) : List
return List

GetVisibleItemList() protected method

protected GetVisibleItemList ( ) : List
return List

LexReferenceCollectionView() public method

public LexReferenceCollectionView ( ) : 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