C# Класс MonoSoftware.MonoX.DAL.HelperClasses.InheritanceInfoProviderSingleton

Singleton implementation of the inheritanceInfoProvider. 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 InheritanceInfoProviderBase class is threadsafe.
Показать файл Открыть проект

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

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

Gets the singleton instance of the InheritanceInfoProviderCore

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

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

Dummy static constructor to make sure threadsafe initialization is performed.

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

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

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