Microsoft.AspNet.Scaffolding.Core.Metadata Namespace
The Microsoft.AspNet.Scaffolding.Core.Metadata namespace contains classes that represent characteristics of the objects to be scaffolded.
| Class | Description | |
|---|---|---|
![]() | ModelMetadata | Metadata about an entity representing a model type. Usually these objects are either marked as SerializableAttribute, or must derive from MarshalByRefObject and are passed as parameters for T4 text templates in visual studio. |
![]() | PropertyMetadata | Metadata about a property of an entity. Usually these objects are either marked as SerializableAttribute, or must derive from MarshalByRefObject and are passed as parameters for T4 text templates in Visual Studio. |
![]() | RelatedModelMetadata | Metadata about a property representing an association. Usually these objects are either marked as SerializableAttribute, or must derive from MarshalByRefObject and are passed as parameters for T4 text templates in Visual Studio. |
| Enumeration | Description | |
|---|---|---|
![]() | AssociationDirection | Represents an association type between entities. |
Show:
