Click or drag to resize
DefaultImplementationAttribute Class
Instructs ObjectFactoryT to use Implementation as a default implementation when an instance of interface or class targeted by this attribute is requested.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMSDefaultImplementationAttribute

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public sealed class DefaultImplementationAttribute : Attribute

The DefaultImplementationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDefaultImplementationAttribute
Instructs ObjectFactoryT to use implementation whenever an instance of interface or class targeted by this attribute is requested.
Top
Properties
Remarks
The default implementation can be replaced using RegisterImplementationAttribute in any assembly (unless CanBeReplaced forbids it).
See Also

Reference