MetadataTypeAttribute Constructor (Type^)

 

Initializes a new instance of the MetadataTypeAttribute class.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

public:
MetadataTypeAttribute(
	Type^ metadataClassType
)

Parameters

metadataClassType
Type: System::Type^

The metadata class to reference.

Exception Condition
ArgumentNullException

metadataClassType is null.

The following example shows how to use the MetadataTypeAttribute to associate a metadata class with an entity partial class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: