NShape Reference
Store.LoadProjects Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > Store Class >

NShape Reference
Store.LoadProjects Method

Previous pageReturn to chapter overviewNext page

Loads the current project into the given store cache.

Syntax

public abstract void LoadProjects(IStoreCache cache, IEntityType entityType, params object[] parameters)

Description

Loads the current project into the given store cache.

Optional parameter 'parameters' is not used in the current version.

Parameters

Name

Description

cache

Store cache associated with this store.

entityType

The EntityType of the project.

parameters

Ids of the project settings to load. If not specified, all projects are loaded. Not used in the current version.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.

ArgumentNullException

The given EntityType is null.