C# Class MonoSoftware.MonoX.DAL.HelperClasses.FieldInfoProviderSingleton

Singleton implementation of the FieldInfoProvider. 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 FieldInfoProviderBase class is threadsafe.
Afficher le fichier Open project: MonoSoftware/MonoX-Data-Access-Layer

Méthodes publiques

Méthode Description
GetInstance ( ) : IFieldInfoProvider

Gets the singleton instance of the FieldInfoProviderCore

Private Methods

Méthode Description
FieldInfoProviderSingleton ( ) : System

Dummy static constructor to make sure threadsafe initialization is performed.

Method Details

GetInstance() public static méthode

Gets the singleton instance of the FieldInfoProviderCore
public static GetInstance ( ) : IFieldInfoProvider
Résultat IFieldInfoProvider