Freigeben über


AssociatedMetadataTypeTypeDescriptionProvider Konstruktoren

Definition

Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse.

Überlädt

AssociatedMetadataTypeTypeDescriptionProvider(Type)

Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse unter Verwendung des angegebenen Typs.

AssociatedMetadataTypeTypeDescriptionProvider(Type, Type)

Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse unter Verwendung des angegebenen Metadatenanbietertyps und des zugeordneten Typs.

AssociatedMetadataTypeTypeDescriptionProvider(Type)

Quelle:
AssociatedMetadataTypeTypeDescriptionProvider.cs
Quelle:
AssociatedMetadataTypeTypeDescriptionProvider.cs
Quelle:
AssociatedMetadataTypeTypeDescriptionProvider.cs

Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse unter Verwendung des angegebenen Typs.

public:
 AssociatedMetadataTypeTypeDescriptionProvider(Type ^ type);
public AssociatedMetadataTypeTypeDescriptionProvider (Type type);
new System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider : Type -> System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider
Public Sub New (type As Type)

Parameter

type
Type

Der Typ, für den der Metadatenanbieter erstellt wird.

Gilt für:

AssociatedMetadataTypeTypeDescriptionProvider(Type, Type)

Quelle:
AssociatedMetadataTypeTypeDescriptionProvider.cs
Quelle:
AssociatedMetadataTypeTypeDescriptionProvider.cs
Quelle:
AssociatedMetadataTypeTypeDescriptionProvider.cs

Initialisiert eine neue Instanz der AssociatedMetadataTypeTypeDescriptionProvider-Klasse unter Verwendung des angegebenen Metadatenanbietertyps und des zugeordneten Typs.

public:
 AssociatedMetadataTypeTypeDescriptionProvider(Type ^ type, Type ^ associatedMetadataType);
public AssociatedMetadataTypeTypeDescriptionProvider (Type type, Type associatedMetadataType);
new System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider : Type * Type -> System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider
Public Sub New (type As Type, associatedMetadataType As Type)

Parameter

type
Type

Der Typ, für den der Metadatenanbieter erstellt wird.

associatedMetadataType
Type

Der zugeordnete Typ, der die Metadaten enthält.

Ausnahmen

Der Wert von associatedMetadataType ist null.

Gilt für: