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.
파일 보기 프로젝트 열기: MonoSoftware/MonoX-Data-Access-Layer

공개 메소드들

메소드 설명
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