ModelMetadataTypeAttribute Class

Definition

This attribute specifies the metadata class to associate with a data model class.

public ref class ModelMetadataTypeAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ModelMetadataTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ModelMetadataTypeAttribute = class
    inherit Attribute
Public Class ModelMetadataTypeAttribute
Inherits Attribute
Inheritance
ModelMetadataTypeAttribute
Derived
Attributes

Constructors

ModelMetadataTypeAttribute(Type)

Initializes a new instance of the ModelMetadataTypeAttribute class.

Properties

MetadataType

Gets the type of metadata class that is associated with a data model class.

Applies to