ClassExtensionAttribute
Class
The base attribute. This attribute intended for types which we want to use for extension. Each other attribute must derived from the base
Definition
Namespace:Telerik.Reporting.Interfaces.Attributes
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Class)]
public abstract class ExtensionAttribute : Attribute
Inheritance: objectAttributeExtensionAttribute
Derived Classes:
Constructors
ExtensionAttribute()
Declaration
cs-api-definition
protected ExtensionAttribute()