ComparablePropertyDefinition<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
generic <typename T>
where T : value classpublic ref class ComparablePropertyDefinition : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition<T>
public class ComparablePropertyDefinition<T> : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<T> where T : struct
type ComparablePropertyDefinition<'T (requires 'T : struct)> = class
inherit PropertyDefinition<'T (requires 'T : struct)>
interface IPropertyDefinition
Public Class ComparablePropertyDefinition(Of T)
Inherits PropertyDefinition(Of T)
型パラメーター
- T
- 継承
- 派生
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| ComparablePropertyDefinition<T>(String, Nullable<T>, Nullable<T>, Nullable<T>) | |
| ComparablePropertyDefinition<T>(String, Nullable<T>) | |
プロパティ
| 名前 | 説明 |
|---|---|
| Default |
物件のデフォルト価値を取得します。 (継承元 PropertyDefinition<T>) |
| Maximum | |
| Minimum | |
| Name |
プロパティ名。 (継承元 PropertyDefinition) |
メソッド
| 名前 | 説明 |
|---|---|
| Constrain(T) | |
| Validate(Object, ReportExpression<T>) | |
| Validate(Object, String) | |
| Validate(Object, T) | |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IPropertyDefinition.Default | |
| IPropertyDefinition.Maximum | |
| IPropertyDefinition.Minimum | |
| IPropertyDefinition.Validate(Object, Object) | |