IAssembler<TObject, TConfiguration> Interface

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.

Represents the process to build an instance of a specific subtype of TObject described by a matching specific subtype of TConfiguration.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
PublicInterfaceIAssembler(Of TObject AsClass, TConfiguration AsClass)
publicinterfaceIAssembler<TObject, TConfiguration>
where TObject : classwhere TConfiguration : class
generic<typename TObject, typename TConfiguration>
where TObject : ref classwhere TConfiguration : ref classpublicinterface classIAssembler
JScript does not support generic types or methods.

Type Parameters

  • TObject
    The interface or the base type to build.
  • TConfiguration
    The base configuration object type.

See Also

IAssembler<TObject, TConfiguration> Members

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

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedCustomFactory<TObject, TConfiguration>

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.