Classe PropertyDefinition<T>
Represents a property definition.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<T>
Microsoft.ReportingServices.RdlObjectModel.ColorProperty
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<T>
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public MustInherit Class PropertyDefinition(Of T As {Structure, New}) _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Utilizzo
Dim instance As PropertyDefinition(Of T)
public abstract class PropertyDefinition<T> : PropertyDefinition,
IPropertyDefinition
where T : struct, new()
generic<typename T>
where T : value class, gcnew()
public ref class PropertyDefinition abstract : public PropertyDefinition,
IPropertyDefinition
[<AbstractClassAttribute>]
type PropertyDefinition<'T when 'T : struct, new()> =
class
inherit PropertyDefinition
interface IPropertyDefinition
end
JScript non supporta i metodi e i tipi generici.
Parametri di tipo
- T
The type of the definition.
Nel tipo PropertyDefinition<T> sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
PropertyDefinition<T> | Infrastruttura. Initializes a new instance of the PropertyDefinition<T> class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Default | Gets the default value of the property. | |
Name | The property name. Ereditato da PropertyDefinition. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IPropertyDefinition.Default | Gets the default value of the property. | |
IPropertyDefinition.Maximum | Gets the maximum value of the property definition. | |
IPropertyDefinition.Minimum | Gets the minimum value of the property definition. | |
IPropertyDefinition.Validate | Validates whether the given value is of valid type T and within the minimum and maximum value. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.