C# Class SIL.FieldWorks.Common.RootSites.SimpleRootSiteTests.SimpleRootSiteDataProviderViewBase

Inheritance: SimpleRootSite
Show file Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_fragRoot int
m_hvoRoot int
m_vc VwBaseVc

Protected Methods

Method Description
Dispose ( bool disposing ) : void
MakeRoot ( int hvoRoot, int flid, int frag, int hvoDefaultWs, VwBaseVc vc ) : void
ShowForm ( DisplayOptions options ) : void
SimpleRootSiteDataProviderViewBase ( ) : System
SimpleRootSiteDataProviderViewBase ( RealDataCache rdc ) : System

Private Methods

Method Description
CallLayout ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MakeRoot() protected method

protected MakeRoot ( int hvoRoot, int flid, int frag, int hvoDefaultWs, VwBaseVc vc ) : void
hvoRoot int
flid int
frag int
hvoDefaultWs int
vc VwBaseVc
return void

ShowForm() protected method

protected ShowForm ( DisplayOptions options ) : void
options DisplayOptions
return void

SimpleRootSiteDataProviderViewBase() protected method

protected SimpleRootSiteDataProviderViewBase ( ) : System
return System

SimpleRootSiteDataProviderViewBase() protected method

protected SimpleRootSiteDataProviderViewBase ( RealDataCache rdc ) : System
rdc SIL.FieldWorks.CacheLight.RealDataCache
return System

Property Details

m_fragRoot protected property

Fragment for view constructor
protected int m_fragRoot
return int

m_hvoRoot protected property

protected int m_hvoRoot
return int

m_vc protected property

protected VwBaseVc m_vc
return VwBaseVc