C# 클래스 Dynamitey.DynamicObjects.BaseSingleInstancesFactory

Base Class for making a singleton fluent factory using an Impromptu Interface return type.
상속: BaseFactory
파일 보기 프로젝트 열기: ekonbenefits/dynamitey

보호된 프로퍼티들

프로퍼티 타입 설명
_hashFactoryTypes dynamic>.Dictionary
_lockTable object

보호된 메소드들

메소드 설명
GetInstanceForDynamicMember ( string memberName ) : object

Gets the instance for a dynamic member. Override for type constrcution behavoir changes based on property name.

메소드 상세

GetInstanceForDynamicMember() 보호된 메소드

Gets the instance for a dynamic member. Override for type constrcution behavoir changes based on property name.
protected GetInstanceForDynamicMember ( string memberName ) : object
memberName string Name of the member.
리턴 object

프로퍼티 상세

_hashFactoryTypes 보호되어 있는 프로퍼티

Store Singletons
protected Dictionary _hashFactoryTypes
리턴 dynamic>.Dictionary

_lockTable 보호되어 있는 프로퍼티

Lock for accessing singletons
protected object _lockTable
리턴 object