ComparablePropertyDefinition(T) クラス
比較可能なプロパティ定義を表します。
継承階層
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> ) > > )) | ComparablePropertyDefinition<(Of <(<'T>)>)> クラスの新しいインスタンスを初期化します。 | |
ComparablePropertyDefinition< (Of < ( <'T> ) > ) >(String, Nullable< (Of < <' (T> ) > > ), Nullable< (Of < <' (T> ) > > ), Nullable< (Of < <' (T> ) > > )) | ComparablePropertyDefinition<(Of <(<'T>)>)> クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Default | 既定値です。 (PropertyDefinition< (Of < ( <'T> ) > ) > から継承されています。) | |
Maximum | 最大値。 | |
Minimum | 最小値。 | |
Name | プロパティの名前。 (PropertyDefinition から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Constrain | 定義されているプロパティの制約に従って値を調整します。 | |
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 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。