Click or drag to resize
RegisterLiveTileModelProviderAttribute Class
Registers live model provider for given resource and element name. Live model provider is used when obtaining model for live tiles on the dashboard.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.ApplicationDashboard.Web.UIRegisterLiveTileModelProviderAttribute

Namespace: CMS.ApplicationDashboard.Web.UI
Assembly: CMS.ApplicationDashboard.Web.UI (in CMS.ApplicationDashboard.Web.UI.dll) Version: 10.0.0
Syntax
C#
public sealed class RegisterLiveTileModelProviderAttribute : Attribute, 
	IPreInitAttribute

The RegisterLiveTileModelProviderAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterLiveTileModelProviderAttribute
Attribute constructor.
Top
Properties
  NameDescription
Public propertyMarkedType
Gets the type of the live model provider.
Top
Methods
  NameDescription
Public methodPreInit
Registers the live model provider factory with the Live model provider container.
Top
See Also