Bagikan melalui


PropertyDefinition<T> Kelas

Definisi

Mewakili definisi properti.

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

Jenis parameter

T

Jenis definisi.

Warisan
PropertyDefinition<T>
Turunan
Penerapan

Konstruktor

PropertyDefinition<T>(String, Nullable<T>)

Menginisialisasi instans baru kelas PropertyDefinition<T>.

Properti

Default

Mendapatkan nilai default properti .

Name

Nama properti.

(Diperoleh dari PropertyDefinition)

Implementasi Antarmuka Eksplisit

IPropertyDefinition.Default

Mendapatkan nilai default properti .

IPropertyDefinition.Maximum

Mendapatkan nilai maksimum properti string.

IPropertyDefinition.Minimum

Mendapatkan definisi minimum objek.

IPropertyDefinition.Validate(Object, Object)

Memvalidasi apakah nilai yang diberikan berjenis T valid dan berada dalam nilai minimum dan maksimum.

Berlaku untuk