Compartilhar via


Classe PropertyDefinition<T>

Represents a property definition.

Hierarquia de herança

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 (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T
    The type of the definition.

O tipo PropertyDefinition<T> expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido PropertyDefinition<T> Infraestrutura. Initializes a new instance of the PropertyDefinition<T> class.

Início

Propriedades

  Nome Descrição
Propriedade pública Default Gets the default value of the property.
Propriedade pública Name The property name. (Herdado de PropertyDefinition.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasPropriedade privada IPropertyDefinition.Default Gets the default value of the property.
Implementações de interfaces explícitasPropriedade privada IPropertyDefinition.Maximum Gets the maximum value of the property definition.
Implementações de interfaces explícitasPropriedade privada IPropertyDefinition.Minimum Gets the minimum value of the property definition.
Implementações 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.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.RdlObjectModel