EmptyModelMetadataProvider Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateMetadata(IEnumerable(Of Attribute), Type, Func(Of Object), Type, String) | Creates a new instance of the ModelMetadata class.(Overrides AssociatedMetadataProvider.CreateMetadata(IEnumerable(Of Attribute), Type, Func(Of Object), Type, String).) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | FilterAttributes(Type, PropertyDescriptor, IEnumerable(Of Attribute)) | Enables derived classes to filter the list of attributes.(Inherited from AssociatedMetadataProvider.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMetadataForProperties(Object, Type) | When overridden in a derived class, returns metadata for all properties.(Inherited from AssociatedMetadataProvider.) |
![]() | GetMetadataForProperty(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.) |
![]() | GetMetadataForProperty(Func(Of Object), Type, String) | When overridden in a derived class, returns metadata for a property specified by a property name.(Inherited from AssociatedMetadataProvider.) |
![]() | GetMetadataForType(Func(Of Object), Type) | When overridden in a derived class, returns metadata for the model type.(Inherited from AssociatedMetadataProvider.) |
![]() | GetType() | |
![]() | GetTypeDescriptor(Type) | When overridden in a derived class, returns a descriptor object for a specified type. (Inherited from AssociatedMetadataProvider.) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

