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 type of the definition.

The PropertyDefinition<T> type exposes the following members.

Constructors

  Name Description
Protected method PropertyDefinition<T> Infrastructure. Initializes a new instance of the PropertyDefinition<T> class.

Top

Properties

  Name Description
Public property Default Gets the default value of the property.
Public property Name The property name. (Inherited from PropertyDefinition.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IPropertyDefinition.Default Gets the default value of the property.
Explicit interface implemetationPrivate property IPropertyDefinition.Maximum Gets the maximum value of the property definition.
Explicit interface implemetationPrivate property IPropertyDefinition.Minimum Gets the minimum value of the property definition.
Explicit interface implemetationPrivate method IPropertyDefinition.Validate Validates whether the given value is of valid type T and within the minimum and maximum value.

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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace