PropertyDefinition<T> Class
Represents a property definition.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<T>
Microsoft.ReportingServices.RdlObjectModel.ColorProperty
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<T>
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public MustInherit Class PropertyDefinition(Of T As {Structure, New}) _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Usage
Dim instance As PropertyDefinition(Of T)
public abstract class PropertyDefinition<T> : PropertyDefinition,
IPropertyDefinition
where T : struct, new()
generic<typename T>
where T : value class, gcnew()
public ref class PropertyDefinition abstract : public PropertyDefinition,
IPropertyDefinition
[<AbstractClassAttribute>]
type PropertyDefinition<'T when 'T : struct, new()> =
class
inherit PropertyDefinition
interface IPropertyDefinition
end
JScript does not support generic types and methods.
Type Parameters
- T
The PropertyDefinition<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Default | The default value. | |
Name | The property name. (Inherited from PropertyDefinition.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IPropertyDefinition.Default | ||
IPropertyDefinition.Maximum | ||
IPropertyDefinition.Minimum | ||
IPropertyDefinition.Validate |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.