Class ExampleAttribute
Used to specify the usage and the design time description of the functions.
Inheritance
Namespace: Telerik.Reporting.Expressions
Assembly: Telerik.Reporting.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true)]
public class ExampleAttribute : Attribute, _Attribute
Constructors
ExampleAttribute()
ExampleAttribute(String)
Initializes a new instance of the Example
Declaration
public ExampleAttribute(string text)
Parameters
System. The text. |
Fields
Default
Returns the default instance of the attribute with all its properties set to default values.
Declaration
public static readonly ExampleAttribute Default
Field Value
Properties
Text
Gets or sets the example text.
Declaration
public string Text { get; set; }
Property Value
System. The example text. |
Methods
Equals(Object)
Indicates whether this attribute instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Parameters
System. Another object to compare to. |
Returns
System.
|
Overrides
GetHashCode()
Returns the hash code for this attribute instance.
Declaration
public override int GetHashCode()
Returns
System. A 32-bit signed integer hash code. |
Overrides
IsDefaultAttribute()
Determines if this attribute is the default.
Declaration
public override bool IsDefaultAttribute()
Returns
System.
|