Classe ComparablePropertyDefinition(T)
Represents a comparable property definition.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'T> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..ComparablePropertyDefinition<(Of <(<'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
O tipo ComparablePropertyDefinition<(Of <(<'T>)>)> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ComparablePropertyDefinition< (Of < ( <'T> ) > ) >(String, Nullable< (Of < <' (T> ) > > )) | Initializes a new instance of the ComparablePropertyDefinition<(Of <(<'T>)>)> class. | |
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 | |
---|---|---|
Default | The default value. (Herdado de PropertyDefinition< (Of < ( <'T> ) > ) >.) | |
Maximum | The maximum value. | |
Minimum | The minimum value. | |
Name | The property name. (Herdado de PropertyDefinition.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Constrain | Adjust a value according to the defined property constraints. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) | |
Validate(Object, ReportExpression< (Of < <' (T> ) > > )) | Infraestrutura. | |
Validate(Object, String) | Infraestrutura. | |
Validate(Object, T) | Infraestrutura. |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IPropertyDefinition. . :: . .Default | ||
IPropertyDefinition. . :: . .Maximum | ||
IPropertyDefinition. . :: . .Minimum | ||
IPropertyDefinition. . :: . .Validate |
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.