Click or drag to resize
RegisterImplementationAttribute Properties

The RegisterImplementationAttribute type exposes the following members.

Properties
  NameDescription
Public propertyImplementation
Public propertyImplementedType
Type for which an implementation is being registered.
Public propertyLifestyle
Lifestyle of service's implementation registered by this attribute. Singleton by default.
Public propertyName
Sets an explicit name of the registration. If not set, the name is automatically inferred from the implementation being registered.
Public propertyPriority
Priority of service's registration. Default by default.
Top
See Also