Compartir a través de


Clase PropertyDefinition<T>

Represents a property definition.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public MustInherit Class PropertyDefinition(Of T As {Structure, New}) _
    Inherits PropertyDefinition _
    Implements IPropertyDefinition
'Uso
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 no admite tipos y métodos genéricos.

Parámetros de tipo

  • T
    The type of the definition.

El tipo PropertyDefinition<T> expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido PropertyDefinition<T> Infraestructura. Initializes a new instance of the PropertyDefinition<T> class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Default Gets the default value of the property.
Propiedad pública Name The property name. (Se hereda de PropertyDefinition.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IPropertyDefinition.Default Gets the default value of the property.
Implementación de interfaces explícitasPropiedad privada IPropertyDefinition.Maximum Gets the maximum value of the property definition.
Implementación de interfaces explícitasPropiedad privada IPropertyDefinition.Minimum Gets the minimum value of the property definition.
Implementación de interfaces explícitasMétodo privado IPropertyDefinition.Validate Validates whether the given value is of valid type T and within the minimum and maximum value.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel