Click or drag to resize
RegisterCustomProviderAttribute Class
Registers the custom provider within the system, replaces the default provider from which the defined one inherits.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMSRegisterCustomProviderAttribute

Namespace: CMS
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class RegisterCustomProviderAttribute : Attribute, 
	IInitAttribute

The RegisterCustomProviderAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterCustomProviderAttribute
Constructor
Top
Properties
  NameDescription
Public propertyMarkedType
Gets the type used as provider implementation
Top
Methods
  NameDescription
Public methodInit
Applies the attribute
Top
See Also

Reference