Partager via


Classe PropertyDefinition<T>

Represents a property definition.

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<T>
      Microsoft.ReportingServices.RdlObjectModel.ColorProperty
      Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<T>

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public MustInherit Class PropertyDefinition(Of T As {Structure, New}) _
    Inherits PropertyDefinition _
    Implements IPropertyDefinition
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T
    The type of the definition.

Le type PropertyDefinition<T> expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée PropertyDefinition<T> Infrastructure. Initializes a new instance of the PropertyDefinition<T> class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Default Gets the default value of the property.
Propriété publique Name The property name. (hérité de PropertyDefinition.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Default Gets the default value of the property.
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Maximum Gets the maximum value of the property definition.
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Minimum Gets the minimum value of the property definition.
Implémentation d'interface expliciteMéthode privée IPropertyDefinition.Validate Validates whether the given value is of valid type T and within the minimum and maximum value.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel