Freigeben über


PropertyDefinition<T>-Klasse

Represents a property definition.

Vererbungshierarchie

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 bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.

Typparameter

  • T
    The type of the definition.

Der PropertyDefinition<T>-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode PropertyDefinition<T> Infrastruktur Initializes a new instance of the PropertyDefinition<T> class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Default Gets the default value of the property.
Öffentliche Eigenschaft Name The property name. (Geerbt von PropertyDefinition.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Default Gets the default value of the property.
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Maximum Gets the maximum value of the property definition.
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Minimum Gets the minimum value of the property definition.
Explizite SchnittstellenimplementierungPrivate Methode IPropertyDefinition.Validate Validates whether the given value is of valid type T and within the minimum and maximum value.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace