EmptyModelMetadataProvider Methods

.NET Framework (current version)
 

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

NameDescription
System_CAPS_protmethodCreateMetadata(IEnumerable(Of Attribute), Type, Func(Of Object), Type, String)
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFilterAttributes(Type, PropertyDescriptor, IEnumerable(Of Attribute))

Enables derived classes to filter the list of attributes.(Inherited from AssociatedMetadataProvider.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetMetadataForProperties(Object, Type)

When overridden in a derived class, returns metadata for all properties.(Inherited from AssociatedMetadataProvider.)

System_CAPS_protmethodGetMetadataForProperty(Func(Of Object), Type, PropertyDescriptor)

When overridden in a derived class, returns metadata for a property specified by a property descriptor object.(Inherited from AssociatedMetadataProvider.)

System_CAPS_pubmethodGetMetadataForProperty(Func(Of Object), Type, String)

When overridden in a derived class, returns metadata for a property specified by a property name.(Inherited from AssociatedMetadataProvider.)

System_CAPS_pubmethodGetMetadataForType(Func(Of Object), Type)

When overridden in a derived class, returns metadata for the model type.(Inherited from AssociatedMetadataProvider.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodGetTypeDescriptor(Type)

When overridden in a derived class, returns a descriptor object for a specified type. (Inherited from AssociatedMetadataProvider.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: