ComparablePropertyDefinition(T)-Klasse
Represents a comparable property definition.
Vererbungshierarchie
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 (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ComparablePropertyDefinition(Of T As {Structure, New, IComparable}) _
Inherits PropertyDefinition(Of T) _
Implements IPropertyDefinition
'Usage
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 bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.
Typparameter
- T
Der ComparablePropertyDefinition<(Of <(<'T>)>)>-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Default | The default value. (Geerbt von PropertyDefinition< (Of < ( <'T> ) > ) >.) | |
Maximum | The maximum value. | |
Minimum | The minimum value. | |
Name | The property name. (Geerbt von PropertyDefinition.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Constrain | Adjust a value according to the defined property constraints. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) | |
Validate(Object, ReportExpression< (Of < <' (T> ) > > )) | Infrastruktur | |
Validate(Object, String) | Infrastruktur | |
Validate(Object, T) | Infrastruktur |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IPropertyDefinition. . :: . .Default | ||
IPropertyDefinition. . :: . .Maximum | ||
IPropertyDefinition. . :: . .Minimum | ||
IPropertyDefinition. . :: . .Validate |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.