Класс ComparablePropertyDefinition(T)
Represents a comparable property definition.
Иерархия наследования
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
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Class ComparablePropertyDefinition(Of T As {Structure, New, IComparable}) _
Inherits PropertyDefinition(Of T) _
Implements IPropertyDefinition
'Применение
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 не поддерживает стандартные типы и методы.
Параметры типа
- T
Тип ComparablePropertyDefinition<(Of <(<'T>)>)> обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
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. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Default | The default value. (Производный от PropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() |
Maximum | The maximum value. |
![]() |
Minimum | The minimum value. |
![]() |
Name | The property name. (Производный от PropertyDefinition.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Constrain | Adjust a value according to the defined property constraints. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
![]() |
Validate(Object, ReportExpression< (Of < <' (T> ) > > )) | Инфраструктура. |
![]() |
Validate(Object, String) | Инфраструктура. |
![]() |
Validate(Object, T) | Инфраструктура. |
В начало
Явные реализации интерфейса
| Имя | Описание | |
|---|---|---|
![]() ![]() |
IPropertyDefinition. . :: . .Default | |
![]() ![]() |
IPropertyDefinition. . :: . .Maximum | |
![]() ![]() |
IPropertyDefinition. . :: . .Minimum | |
![]() ![]() |
IPropertyDefinition. . :: . .Validate |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)