言語

PropertyDefinition<T> クラス

定義

性質の定義を表します。

generic <typename T>
 where T : value classpublic ref class PropertyDefinition abstract : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition, Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition
public abstract class PropertyDefinition<T> : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition, Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition where T : struct
type PropertyDefinition<'T (requires 'T : struct)> = class
    inherit PropertyDefinition
    interface IPropertyDefinition
Public MustInherit Class PropertyDefinition(Of T)
Inherits PropertyDefinition
Implements IPropertyDefinition

型パラメーター

T

定義の型。

継承
PropertyDefinition<T>
派生
実装

コンストラクター

名前 説明
PropertyDefinition<T>(String, Nullable<T>)

PropertyDefinition<T> クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Default

物件のデフォルト価値を取得します。

Name

プロパティ名。

(継承元 PropertyDefinition)

明示的なインターフェイスの実装

名前 説明
IPropertyDefinition.Default

物件のデフォルト価値を取得します。

IPropertyDefinition.Maximum

文字列の最大値が得られます。

IPropertyDefinition.Minimum

対象の最小限の定義を得る。

IPropertyDefinition.Validate(Object, Object)

与えられた値が有効な型 T であり、最小値および最大値内かどうかを検証します。

適用対象