EnterpriseLibraryFactory.BuildUp<T> Method

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Returns an instance of type T.

Overload List

  Name Description
Public methodStatic member BuildUp<T>()
Returns a new default instance of type T based on configuration information from the default configuration source.
Public methodStatic member BuildUp<T>(String)
Returns a new default instance of type T based on configuration information from the default configuration source for id.
Public methodStatic member BuildUp<T>(IConfigurationSource)
Returns a new default instance of type T based on configuration information from configurationSource.
Public methodStatic member BuildUp<T>(IReadWriteLocator)
Returns a default instance of type T based on configuration information from the default configuration source.
Public methodStatic member BuildUp<T>(String, IConfigurationSource)
Returns a new default instance of type T based on configuration information from configurationSource for id.
Public methodStatic member BuildUp<T>(IReadWriteLocator, IConfigurationSource)
Returns a default instance of type T based on configuration information from configurationSource.
Public methodStatic member BuildUp<T>(IReadWriteLocator, String)
Returns a default instance of type T based on configuration information from the default configuration source for id.
Public methodStatic member BuildUp<T>(IReadWriteLocator, String, IConfigurationSource)
Returns a default instance of type T based on configuration information from configurationSource for id.

See Also

EnterpriseLibraryFactory Class

EnterpriseLibraryFactory Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.