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