Compartilhar via


Classe ComparablePropertyDefinition<T>

Represents a comparable property definition.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<T>
      Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<T>
        Microsoft.ReportingServices.RdlObjectModel.DoubleProperty
        Microsoft.ReportingServices.RdlObjectModel.IntProperty
        Microsoft.ReportingServices.RdlObjectModel.SizeProperty

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class ComparablePropertyDefinition(Of T As {Structure, New, IComparable}) _
    Inherits PropertyDefinition(Of T) _
    Implements IPropertyDefinition
'Uso
Dim instance As ComparablePropertyDefinition(Of T)
public class ComparablePropertyDefinition<T> : PropertyDefinition<T>, 
    IPropertyDefinition 
where T : struct, new(), IComparable
generic<typename T>
where T : value class, gcnew(), IComparable 
public ref class ComparablePropertyDefinition : public PropertyDefinition<T>, 
    IPropertyDefinition
type ComparablePropertyDefinition<'T when 'T : struct, new() and IComparable> =  
    class 
        inherit PropertyDefinition<'T>
        interface IPropertyDefinition 
    end
JScript não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T
    The type of elements in the comparable property definition.

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

Construtores

  Nome Descrição
Método público ComparablePropertyDefinition<T>(String, Nullable<T>) Initializes a new instance of the ComparablePropertyDefinition<T> class using the specified name and default value.
Método público ComparablePropertyDefinition<T>(String, Nullable<T>, Nullable<T>, Nullable<T>) Initializes a new instance of the ComparablePropertyDefinition<T> class using the specified name, default value, minimum value and maximum value.

Início

Propriedades

  Nome Descrição
Propriedade pública Default Gets the default value of the property. (Herdado de PropertyDefinition<T>.)
Propriedade pública Maximum Gets the maximum value.
Propriedade pública Minimum Gets the minimum value.
Propriedade pública Name The property name. (Herdado de PropertyDefinition.)

Início

Métodos

  Nome Descrição
Método público Constrain Adjusts a value according to the defined property constraints.
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.)
Método público Validate(Object, ReportExpression<T>) Infraestrutura. Validates the ComparablePropertyDefinition<T> object.
Método público Validate(Object, String) Infraestrutura. Validates the ComparablePropertyDefinition<T> object.
Método público Validate(Object, T) Infraestrutura. Validates the ComparablePropertyDefinition<T> 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 definition.
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 the property definition.

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