CachedDataAnnotationsModelMetadataProvider Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_protmethodCreateMetadata(IEnumerable<Attribute>, Type, Func<Object>, Type, String)

When overridden in a derived class, creates the cached model metadata for the property.(Inherited from CachedAssociatedMetadataProvider<'TModelMetadata>.)

System_CAPS_protmethodCreateMetadataFromPrototype(CachedDataAnnotationsModelMetadata, Func<Object>)

Returns a container of real instances of the cached metadata class based on prototype and model accessor.(Overrides CachedAssociatedMetadataProvider<'TModelMetadata>.CreateMetadataFromPrototype('TModelMetadata, Func<Object>).)

System_CAPS_protmethodCreateMetadataPrototype(IEnumerable<Attribute>, Type, Type, String)
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFilterAttributes(Type, PropertyDescriptor, IEnumerable<Attribute>)

Gets a list of attributes.(Inherited from AssociatedMetadataProvider.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMetadataForProperties(Object, Type)

Gets the metadata for the properties.(Inherited from CachedAssociatedMetadataProvider<'TModelMetadata>.)

System_CAPS_protmethodGetMetadataForProperty(Func<Object>, Type, PropertyDescriptor)

Returns the metadata for the specified property.(Inherited from CachedAssociatedMetadataProvider<'TModelMetadata>.)

System_CAPS_pubmethodGetMetadataForProperty(Func<Object>, Type, String)

Returns the metadata for the specified property.(Inherited from CachedAssociatedMetadataProvider<'TModelMetadata>.)

System_CAPS_pubmethodGetMetadataForType(Func<Object>, Type)

Returns the cached metadata for the specified property using the type of the model.(Inherited from CachedAssociatedMetadataProvider<'TModelMetadata>.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodGetTypeDescriptor(Type)

Returns the type descriptor from the specified type.(Inherited from AssociatedMetadataProvider.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: