RegisterImplementationAttribute Class |
Namespace: CMS
public sealed class RegisterImplementationAttribute : Attribute
The RegisterImplementationAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | RegisterImplementationAttribute |
Instructs ObjectFactoryT to use implementation whenever an instance of implementedType is requested.
|
Name | Description | |
---|---|---|
![]() | Implementation |
Implementation of ImplementedType to be used by ObjectFactoryT.
|
![]() | ImplementedType |
Type for which an implementation is being registered.
|
![]() | Lifestyle |
Lifestyle of service's implementation registered by this attribute. Singleton by default.
|
![]() | Name |
Sets an explicit name of the registration. If not set, the name is automatically inferred from the implementation being registered.
|
![]() | Priority |
Priority of service's registration. Default by default.
|