BMXNET 4.0 Developer API

LocalPersistentStore is the core BMX implementation for the most common local setting store patterns: 1) In a special folder 2) In any specified path 3) In IsolatedStorage Use the object factory static class methods to create the different storage mechanisms.

Namespace:  IndianHealthService.BMXNet.WinForm.Configuration
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class LocalPersistentStore : PersistentStore
Public Class LocalPersistentStore _
	Implements PersistentStore
public ref class LocalPersistentStore : PersistentStore

Members

            
 All Members  Constructors   Properties   Methods  

Inheritance Hierarchy

System..::.Object
  IndianHealthService.BMXNet.WinForm.Configuration..::.LocalPersistentStore

See Also