DefaultModelBinder Methods
The DefaultModelBinder type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindModel | Binds the model by using the specified controller context and binding context. |
|
BindProperty | Binds the specified property by using the specified controller context and binding context and the specified property descriptor. |
|
CreateModel | Creates the specified model type by using the specified controller context and binding context. |
|
CreateSubIndexName(String, Int32) | Creates an index (a subindex) based on a category of components that make up a larger index, where the specified index value is an integer. |
|
CreateSubIndexName(String, String) | Creates an index (a subindex) based on a category of components that make up a larger index, where the specified index value is a string. |
|
CreateSubPropertyName | Creates the name of the subproperty by using the specified prefix and property name. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetFilteredModelProperties | Returns a set of properties that match the property filter restrictions that are established by the specified binding context. |
|
GetHashCode | (Inherited from Object.) |
|
GetModelProperties | Returns the properties of the model by using the specified controller context and binding context. |
|
GetPropertyValue | Returns the value of a property using the specified controller context, binding context, property descriptor, and property binder. |
|
GetType | (Inherited from Object.) |
|
GetTypeDescriptor | Returns the descriptor object for a type that is specified by its controller context and binding context. |
|
IsModelValid | Determines whether a data model is valid for the specified binding context. |
|
MemberwiseClone | (Inherited from Object.) |
|
OnModelUpdated | Called when the model is updated. |
|
OnModelUpdating | Called when the model is updating. |
|
OnPropertyValidated | Called when the specified property is validated. |
|
OnPropertyValidating | Called when the specified property is validating. |
|
SetProperty | Sets the specified property by using the specified controller context, binding context, and property value. |
|
ToString | (Inherited from Object.) |
Show: