ClassAggregateFunctionParameterAttribute
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
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
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
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
int
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
Type
Methods
Equals(object)
Indicates whether this attribute instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Parameters
obj
object
Another object to compare to.
Returns
bool
true if obj is equal to this instance; otherwise,
false.
Overrides
GetHashCode()
Returns the hash code for this attribute instance.
Declaration
public override int GetHashCode()
Returns
int
A 32-bit signed integer hash code.
Overrides