ModelMetadataProvider Class

Definition

Provides an abstract base class for a custom metadata provider.

public ref class ModelMetadataProvider abstract
public abstract class ModelMetadataProvider
type ModelMetadataProvider = class
Public MustInherit Class ModelMetadataProvider
Inheritance
ModelMetadataProvider
Derived

Constructors

ModelMetadataProvider()

When overridden in a derived class, initializes a new instance of the object that derives from the ModelMetadataProvider class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetMetadataForProperties(Object, Type)

Returns a ModelMetadata object for all properties of a model.

GetMetadataForProperty(Func<Object>, Type, String)

Returns metadata for the specified property.

GetMetadataForType(Func<Object>, Type)

Returns metadata for the specified model type.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to