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.
Mostrar archivo Open project: MonoSoftware/MonoX-Data-Access-Layer

Public Methods

Method Description
GetInstance ( ) : IFieldInfoProvider

Gets the singleton instance of the FieldInfoProviderCore

Private Methods

Method Description
FieldInfoProviderSingleton ( ) : System

Dummy static constructor to make sure threadsafe initialization is performed.

Method Details

GetInstance() public static method

Gets the singleton instance of the FieldInfoProviderCore
public static GetInstance ( ) : IFieldInfoProvider
return IFieldInfoProvider