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

공개 메소드들

메소드 설명
GetInstance ( ) : IInheritanceInfoProvider

Gets the singleton instance of the InheritanceInfoProviderCore

비공개 메소드들

메소드 설명
InheritanceInfoProviderSingleton ( ) : System

Dummy static constructor to make sure threadsafe initialization is performed.

메소드 상세

GetInstance() 공개 정적인 메소드

Gets the singleton instance of the InheritanceInfoProviderCore
public static GetInstance ( ) : IInheritanceInfoProvider
리턴 IInheritanceInfoProvider