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: 13.0.131
Syntax
C#
public class RegisterCustomProviderAttribute : Attribute, 
	IPreInitAttribute

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 methodPreInit
Applies the attribute
Top
See Also

Reference