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

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

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

Gets the singleton instance of the FieldInfoProviderCore

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

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

Dummy static constructor to make sure threadsafe initialization is performed.

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

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

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