Class ExtensionParameterAttribute
Namespace: Telerik.Reporting.Interfaces.Attributes
Assembly: Telerik.Reporting.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class ExtensionParameterAttribute : ExtensionAttribute, _Attribute
Constructors
ExtensionParameterAttribute(String, Type)
Declaration
public ExtensionParameterAttribute(string name, Type paramType)
Parameters
System.
|
System.
|
ExtensionParameterAttribute(String, Type, Object)
Declaration
public ExtensionParameterAttribute(string name, Type paramType, object defaultValue)
Parameters
System.
|
System.
|
System.
|
Properties
DefaultValue
Declaration
public object DefaultValue { get; }
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
ParamType
Declaration
public Type ParamType { get; }
Property Value
System.
|