ModelExplorer 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.
Associates a model object with it's corresponding ModelMetadata.
public ref class ModelExplorer
public class ModelExplorer
type ModelExplorer = class
Public Class ModelExplorer
- Inheritance
-
ModelExplorer
Constructors
Properties
Container |
Gets the container ModelExplorer. |
Metadata |
Gets the ModelMetadata. |
Model |
Gets the model object. |
ModelType | |
Properties |
Gets the properties. |
Methods
GetExplorerForExpression(ModelMetadata, Func<Object,Object>) |
Gets a ModelExplorer for the provided model value and model Type. |
GetExplorerForExpression(ModelMetadata, Object) |
Gets a ModelExplorer for the provided model value and model Type. |
GetExplorerForExpression(Type, Func<Object,Object>) |
Gets a ModelExplorer for the provided model value and model Type. |
GetExplorerForExpression(Type, Object) |
Gets a ModelExplorer for the provided model value and model Type. |
GetExplorerForModel(Object) |
Gets a ModelExplorer for the given |
GetExplorerForProperty(String, Func<Object,Object>) |
Gets a ModelExplorer for the property with given |
GetExplorerForProperty(String, Object) |
Gets a ModelExplorer for the property with given |
GetExplorerForProperty(String) |
Gets a ModelExplorer for the property with given |
Extension Methods
GetSimpleDisplayText(ModelExplorer) |
Gets a simple display string for the Model property
of |