Persistate API documentation
InitialisationType Enumeration
NamespacesPersistateInitialisationType

[This is preliminary documentation and is subject to change.]

Deterimines the type of Persistate initialisation to perform.
Declaration Syntax
C#
public enum InitialisationType
Members
MemberDescription
CreateSystem This should be used when the Persistate root database does not exist and needs to be created.
InitSystem This should be used when the Persistate root database already exists and Persistate is initialised from it.
CreateClient This is used only when creating client (user) packages from XML files from an assembly resource.
RecreateClient This is used when recreating a client package in the add-in where the solution and XML file already exists, but the package meta data does not.
CancelInit This is used when initialisation has been canceled by user.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)