C# Class SIL.FieldWorks.Common.RootSites.RootSiteDataProviderViewBase

this was basically copied from: T:SimpleRootSiteTests.SimpleRootSiteDataProviderViewBase so that we could use RootSite as a base.
Inheritance: SIL.FieldWorks.Common.RootSites.RootSite
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_fragRoot int
m_hvoRoot int
m_vc SIL.FieldWorks.Common.RootSites.VwBaseVc

Private Properties

Свойство Type Description
CallLayout void

Méthodes publiques

Méthode Description
MakeRoot ( int fragRoot, Func createVc ) : void

RootSiteDataProviderViewBase ( ISilDataAccess sda ) : System
RootSiteDataProviderViewBase ( ISilDataAccess sda, int hvoRoot ) : System
ShowForm ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
RootSiteDataProviderViewBase ( ) : System

Private Methods

Méthode Description
CallLayout ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MakeRoot() public méthode

public MakeRoot ( int fragRoot, Func createVc ) : void
fragRoot int
createVc Func
Résultat void

RootSiteDataProviderViewBase() protected méthode

protected RootSiteDataProviderViewBase ( ) : System
Résultat System

RootSiteDataProviderViewBase() public méthode

public RootSiteDataProviderViewBase ( ISilDataAccess sda ) : System
sda ISilDataAccess
Résultat System

RootSiteDataProviderViewBase() public méthode

public RootSiteDataProviderViewBase ( ISilDataAccess sda, int hvoRoot ) : System
sda ISilDataAccess
hvoRoot int
Résultat System

ShowForm() public méthode

public ShowForm ( ) : void
Résultat void

Property Details

m_fragRoot protected_oe property

Fragment for view constructor
protected int m_fragRoot
Résultat int

m_hvoRoot protected_oe property

protected int m_hvoRoot
Résultat int

m_vc protected_oe property

protected VwBaseVc,SIL.FieldWorks.Common.RootSites m_vc
Résultat SIL.FieldWorks.Common.RootSites.VwBaseVc