C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetInstance ( ) : IPersistenceInfoProvider

Gets the singleton instance of the PersistenceInfoProviderCore

Приватные методы

Метод Описание
PersistenceInfoProviderSingleton ( ) : System

Dummy static constructor to make sure threadsafe initialization is performed.

Описание методов

GetInstance() публичный статический Метод

Gets the singleton instance of the PersistenceInfoProviderCore
public static GetInstance ( ) : IPersistenceInfoProvider
Результат IPersistenceInfoProvider