Click or drag to resize
RequiredImplementationAttribute Class

Note: This API is now obsolete.

Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMSRequiredImplementationAttribute

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use ObjectFactory<T>.SetObjectTypeTo<NewType>() to register an implementation which cannot be replaced.", 
	true)]
public sealed class RequiredImplementationAttribute : Attribute

The RequiredImplementationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRequiredImplementationAttribute
Top
See Also