C# Class 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.
Afficher le fichier Open project: MonoSoftware/MonoX-Data-Access-Layer

Méthodes publiques

Méthode Description
GetInstance ( ) : IInheritanceInfoProvider

Gets the singleton instance of the InheritanceInfoProviderCore

Private Methods

Méthode Description
InheritanceInfoProviderSingleton ( ) : System

Dummy static constructor to make sure threadsafe initialization is performed.

Method Details

GetInstance() public static méthode

Gets the singleton instance of the InheritanceInfoProviderCore
public static GetInstance ( ) : IInheritanceInfoProvider
Résultat IInheritanceInfoProvider