C# Class Dynamitey.DynamicObjects.BaseSingleInstancesFactory

Base Class for making a singleton fluent factory using an Impromptu Interface return type.
Inheritance: BaseFactory
Afficher le fichier Open project: ekonbenefits/dynamitey

Protected Properties

Свойство Type Description
_hashFactoryTypes dynamic>.Dictionary
_lockTable object

Méthodes protégées

Méthode Description
GetInstanceForDynamicMember ( string memberName ) : object

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

Method Details

GetInstanceForDynamicMember() protected méthode

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.
Résultat object

Property Details

_hashFactoryTypes protected_oe property

Store Singletons
protected Dictionary _hashFactoryTypes
Résultat dynamic>.Dictionary

_lockTable protected_oe property

Lock for accessing singletons
protected object _lockTable
Résultat object