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

Inheritance: SimpleRootSiteDataProviderViewBase
Show file Open project: sillsdev/FieldWorks

Private Properties

Property Type Description

Public Methods

Method Description
ShowForm ( string>.IList wsToValues, SimpleRootSiteDataProvider_MultiStringViewVc options ) : void

caches the data for the view, and then builds and displays the view.

SimpleRootSiteDataProvider_MultiStringView ( RealDataCache rdc ) : System

Protected Methods

Method Description
CreateVc ( SimpleRootSiteDataProvider_MultiStringViewVc options, IList wsOrder ) : SimpleRootSiteDataProviderBaseVc

Method Details

CreateVc() protected method

protected CreateVc ( SimpleRootSiteDataProvider_MultiStringViewVc options, IList wsOrder ) : SimpleRootSiteDataProviderBaseVc
options SimpleRootSiteDataProvider_MultiStringViewVc
wsOrder IList
return SimpleRootSiteDataProviderBaseVc

ShowForm() public method

caches the data for the view, and then builds and displays the view.
public ShowForm ( string>.IList wsToValues, SimpleRootSiteDataProvider_MultiStringViewVc options ) : void
wsToValues string>.IList map ws values to string values for caching the MultiString data
options SimpleRootSiteDataProvider_MultiStringViewVc The options.
return void

SimpleRootSiteDataProvider_MultiStringView() public method

public SimpleRootSiteDataProvider_MultiStringView ( RealDataCache rdc ) : System
rdc SIL.FieldWorks.CacheLight.RealDataCache
return System