ModelToObjectValueConverter 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.
Converts a ModelItem
to the value of the inner object.
public ref class ModelToObjectValueConverter : System::Windows::Data::IValueConverter
public class ModelToObjectValueConverter : System.Windows.Data.IValueConverter
type ModelToObjectValueConverter = class
interface IValueConverter
Public Class ModelToObjectValueConverter
Implements IValueConverter
- Inheritance
-
ModelToObjectValueConverter
- Implements
Remarks
This class is used when binding to a whole object in XAML.
Constructors
ModelToObjectValueConverter() |
Initializes a new instance of the ModelToObjectValueConverter class. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Converts the specified object to its inner value. |
ConvertBack(Object, Type, Object, CultureInfo) |
Returns the specified value, unmodified. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |