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

Summary description for LexReferenceTreeBranchesView.
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
LexReferenceTreeBranchesView ( ) : System

Méthodes protégées

Méthode Description
AddHiddenItems ( List items ) : void

Put the hidden item back into the list of visible items to make the list that should be stored in the property.

CreateVectorReferenceVc ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
Delete ( ) : void
GetVisibleItemList ( ) : List

In a tree view the FIRST item is hidden.

UpdateTimeStampsIfNeeded ( int hvos ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

The Superclass handles everything except our Name property.

Method Details

AddHiddenItems() protected méthode

Put the hidden item back into the list of visible items to make the list that should be stored in the property.
protected AddHiddenItems ( List items ) : void
items List
Résultat void

CreateVectorReferenceVc() protected méthode

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

Delete() protected méthode

protected Delete ( ) : void
Résultat void

GetVisibleItemList() protected méthode

In a tree view the FIRST item is hidden.
protected GetVisibleItemList ( ) : List
Résultat List

LexReferenceTreeBranchesView() public méthode

public LexReferenceTreeBranchesView ( ) : System
Résultat System

UpdateTimeStampsIfNeeded() protected méthode

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