Click or drag to resize
RegisterModuleUsageDataSourceAttribute Class
Registers class to be a source of a module statistical data.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.BaseRegisterModuleUsageDataSourceAttribute

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class RegisterModuleUsageDataSourceAttribute : Attribute, 
	IInitAttribute

The RegisterModuleUsageDataSourceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterModuleUsageDataSourceAttribute
Registers class to be a source of a module statistical data.
Top
Properties
  NameDescription
Public propertyMarkedType
Gets the type of the module data provider.
Top
Methods
  NameDescription
Public methodInit
Registers given data provider to module usage provider.
Top
See Also