RegisterImplementationAttribute Constructor |
Instructs
ObjectFactoryT to use
implementation whenever an instance of
implementedType is requested.
Namespace: CMSAssembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax public RegisterImplementationAttribute(
Type implementedType,
Type implementation
)
Parameters
- implementedType
- Type: SystemType
Interface to associate implementation with. - implementation
- Type: SystemType
Implementation of implementedType.
See Also