Microsoft.AspNet.Scaffolding.Core.Metadata Namespace

The Microsoft.AspNet.Scaffolding.Core.Metadata namespace contains classes that represent characteristics of the objects to be scaffolded.

  ClassDescription
Public classModelMetadataMetadata 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.
Public classPropertyMetadataMetadata 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.
Public classRelatedModelMetadataMetadata 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.

  EnumerationDescription
Public enumerationAssociationDirectionRepresents an association type between entities.
Show: