EmptyModelMetadataProvider 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^)
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^)

Returns a list of properties for the model.(Inherited from AssociatedMetadataProvider.)

System_CAPS_protmethodGetMetadataForProperty(Func<Object^>^, Type^, PropertyDescriptor^)

Returns the metadata for the specified property using the container type and property descriptor.(Inherited from AssociatedMetadataProvider.)

System_CAPS_pubmethodGetMetadataForProperty(Func<Object^>^, Type^, String^)

Returns the metadata for the specified property using the container type and property name.(Inherited from AssociatedMetadataProvider.)

System_CAPS_pubmethodGetMetadataForType(Func<Object^>^, Type^)

Returns the metadata for the specified property using the type of the model.(Inherited from AssociatedMetadataProvider.)

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: