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 ExampleAttribute class.
Declaration
public ExampleAttribute(string text)
Parameters
System.String
text
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
ExampleAttribute
|
Properties
Text
Gets or sets the example text.
Declaration
public string Text { get; set; }
Property Value
System.String
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.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. |
Overrides
IsDefaultAttribute()
Determines if this attribute is the default.
Declaration
public override bool IsDefaultAttribute()
Returns
System.Boolean
|