Aracılığıyla paylaş


AssociatedMetadataTypeTypeDescriptionProvider Oluşturucular

Tanım

AssociatedMetadataTypeTypeDescriptionProvider sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

AssociatedMetadataTypeTypeDescriptionProvider(Type)

Belirtilen türü kullanarak sınıfının yeni bir örneğini AssociatedMetadataTypeTypeDescriptionProvider başlatır.

AssociatedMetadataTypeTypeDescriptionProvider(Type, Type)

Belirtilen meta veri sağlayıcısı türünü ve ilişkili türü kullanarak sınıfının yeni bir örneğini AssociatedMetadataTypeTypeDescriptionProvider başlatır.

AssociatedMetadataTypeTypeDescriptionProvider(Type)

Kaynak:
AssociatedMetadataTypeTypeDescriptionProvider.cs
Kaynak:
AssociatedMetadataTypeTypeDescriptionProvider.cs
Kaynak:
AssociatedMetadataTypeTypeDescriptionProvider.cs

Belirtilen türü kullanarak sınıfının yeni bir örneğini AssociatedMetadataTypeTypeDescriptionProvider başlatır.

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

Parametreler

type
Type

Meta veri sağlayıcısının oluşturulduğu tür.

Şunlara uygulanır

AssociatedMetadataTypeTypeDescriptionProvider(Type, Type)

Kaynak:
AssociatedMetadataTypeTypeDescriptionProvider.cs
Kaynak:
AssociatedMetadataTypeTypeDescriptionProvider.cs
Kaynak:
AssociatedMetadataTypeTypeDescriptionProvider.cs

Belirtilen meta veri sağlayıcısı türünü ve ilişkili türü kullanarak sınıfının yeni bir örneğini AssociatedMetadataTypeTypeDescriptionProvider başlatır.

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)

Parametreler

type
Type

Meta veri sağlayıcısının oluşturulduğu tür.

associatedMetadataType
Type

Meta verileri içeren ilişkili tür.

Özel durumlar

değerinin associatedMetadataType değeridir null.

Şunlara uygulanır