Click or drag to resize
RegisterImplementationAttribute Class
Marks the class as implementation of the given interface
Inheritance Hierarchy

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

The RegisterImplementationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterImplementationAttribute
Constructor
Top
Properties
  NameDescription
Public propertyInterfaceType
Interface type
(Inherited from ImplementationAttribute.)
Public propertyMarkedType
Type marked with this attribute
(Inherited from AbstractTypeAttribute.)
Protected propertyType
Interface type
(Inherited from AbstractTypeAttribute.)
Top
Methods
  NameDescription
Public methodPreInit
Initializes the attribute
(Inherited from ImplementationAttribute.)
Top
See Also

Reference