Click or drag to resize
RequiredImplementationAttribute Class
Mark the implementation with this attribute, if two modules try to register more required implementations for same interface, the system throws exception.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMSRequiredImplementationAttribute

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public class RequiredImplementationAttribute : Attribute

The RequiredImplementationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRequiredImplementationAttribute
Top
See Also

Reference