Classe ComparablePropertyDefinition(T)
Represents a comparable property definition.
Hiérarchie d'héritage
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
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Class ComparablePropertyDefinition(Of T As {Structure, New, IComparable}) _
Inherits PropertyDefinition(Of T) _
Implements IPropertyDefinition
'Utilisation
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 ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
Le type ComparablePropertyDefinition<(Of <(<'T>)>)> expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
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. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Default | The default value. (hérité de PropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() |
Maximum | The maximum value. |
![]() |
Minimum | The minimum value. |
![]() |
Name | The property name. (hérité de PropertyDefinition.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Constrain | Adjust a value according to the defined property constraints. |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
![]() |
Validate(Object, ReportExpression< (Of < <' (T> ) > > )) | Infrastructure. |
![]() |
Validate(Object, String) | Infrastructure. |
![]() |
Validate(Object, T) | Infrastructure. |
Haut de la page
Implémentations d'interfaces explicites
| Nom | Description | |
|---|---|---|
![]() ![]() |
IPropertyDefinition. . :: . .Default | |
![]() ![]() |
IPropertyDefinition. . :: . .Maximum | |
![]() ![]() |
IPropertyDefinition. . :: . .Minimum | |
![]() ![]() |
IPropertyDefinition. . :: . .Validate |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)