Class
AggregateFunctionParameterAttribute

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:

cs-api-definition
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class AggregateFunctionParameterAttribute : Attribute

Inheritance: objectAttributeAggregateFunctionParameterAttribute

Constructors

AggregateFunctionParameterAttribute()

Declaration

cs-api-definition
public AggregateFunctionParameterAttribute()

Properties

Description

Gets or sets the description of the aggregate function parameter as it should be used in the expressions.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public Type PropertyType { get; set; }

Property Value

Type

Methods

Equals(object)

Indicates whether this attribute instance and a specified object are equal.

Declaration

cs-api-definition
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 Attribute.Equals(object)

GetHashCode()

Returns the hash code for this attribute instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A 32-bit signed integer hash code.

Overrides Attribute.GetHashCode()