Class AggregateFunctionParameterAttribute
Used to specify the usage and the design time description of the aggregate function parameter.
Inheritance
Namespace: Telerik.Reporting.Expressions
Assembly: Telerik.Reporting.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class AggregateFunctionParameterAttribute : Attribute, _Attribute
Constructors
AggregateFunctionParameterAttribute()
Declaration
public AggregateFunctionParameterAttribute()
Properties
Description
Gets or sets the description of the aggregate function parameter as it should be used in the expressions.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Name
Gets or sets the name of the aggregate function parameter as it should be used in the expressions.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Position
Gets or sets the zero-based position of the aggregate function parameter as it should be used in the expressions.
Declaration
public int Position { get; set; }
Property Value
System.Int32
|
PropertyType
Gets or sets the type of the aggregate function parameter as it should be used in the expressions.
Declaration
public Type PropertyType { get; set; }
Property Value
System.Type
|
Methods
Equals(Object)
Indicates whether this attribute instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Another object to compare to. |
Returns
System.Boolean
|
Overrides
GetHashCode()
Returns the hash code for this attribute instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A 32-bit signed integer hash code. |