Classe ComparablePropertyDefinition(T)

Represents a comparable property definition.

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

O tipo ComparablePropertyDefinition<(Of <(<'T>)>)> expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ComparablePropertyDefinition< (Of < ( <'T> ) > ) >(String, Nullable< (Of < <' (T> ) > > )) Initializes a new instance of the ComparablePropertyDefinition<(Of <(<'T>)>)> class.
Método público ComparablePropertyDefinition< (Of < ( <'T> ) > ) >(String, Nullable< (Of < <' (T> ) > > ), Nullable< (Of < <' (T> ) > > ), Nullable< (Of < <' (T> ) > > )) Initializes a new instance of the ComparablePropertyDefinition<(Of <(<'T>)>)> class.

Início

Propriedades

  Nome Descrição
Propriedade pública Default The default value. (Herdado de PropertyDefinition< (Of < ( <'T> ) > ) >.)
Propriedade pública Maximum The maximum value.
Propriedade pública Minimum 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 Adjust 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< (Of < <' (T> ) > > )) Infraestrutura.
Método público Validate(Object, String) Infraestrutura.
Método público Validate(Object, T) Infraestrutura.

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.