C# Class MonoSoftware.MonoX.DAL.DatabaseSpecific.PersistenceInfoProviderSingleton

Singleton implementation of the PersistenceInfoProvider. This class is the singleton wrapper through which the actual instance is retrieved.
It uses a single instance of an internal class. The access isn't marked with locks as the PersistenceInfoProviderBase class is threadsafe.
Exibir arquivo Open project: MonoSoftware/MonoX-Data-Access-Layer

Public Methods

Method Description
GetInstance ( ) : IPersistenceInfoProvider

Gets the singleton instance of the PersistenceInfoProviderCore

Private Methods

Method Description
PersistenceInfoProviderSingleton ( ) : System

Dummy static constructor to make sure threadsafe initialization is performed.

Method Details

GetInstance() public static method

Gets the singleton instance of the PersistenceInfoProviderCore
public static GetInstance ( ) : IPersistenceInfoProvider
return IPersistenceInfoProvider