FormMappingContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The context associated with a given form mapping operation.
public sealed class FormMappingContext
type FormMappingContext = class
Public NotInheritable Class FormMappingContext
- Inheritance
-
FormMappingContext
Properties
MappingScopeName |
The mapping scope name. |
Methods
GetAllErrors() |
Retrieves all the errors for the model. |
GetAllErrors(String) |
Retrieves all the errors for the model. |
GetAttemptedValue(String, String) |
Retrieves the attempted value that failed to map for a given model key. |
GetAttemptedValue(String) |
Retrieves the attempted value that failed to map for a given model key. |
GetErrors(String, String) |
Retrieves the list of errors for a given model key. |
GetErrors(String) |
Retrieves the list of errors for a given model key. |