| DefaultImplementationAttribute Class |
Namespace: CMS
public sealed class DefaultImplementationAttribute : Attribute
The DefaultImplementationAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultImplementationAttribute |
Instructs ObjectFactoryT to use implementation whenever an instance of interface or class targeted by this attribute is requested.
|
| Name | Description | |
|---|---|---|
| CanBeReplaced |
Indicates whether ObjectFactoryT allows for replacement of the default implementation.
| |
| Implementation |
Implementation of interface or class targeted by this attribute to be used by ObjectFactoryT.
|