ViewModel Methods |
The ViewModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddValidationRuleT | Adds a validation rule for a property. |
![]() | Equals | (Inherited from Object.) |
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEachPropertyValid | Determines whether each property is valid. |
![]() | IsPropertyValidT(ExpressionFuncT) | Determines whether the property is valid or not. |
![]() | IsPropertyValidTViewModel, TProperty(ExpressionFuncTViewModel, TProperty) | Determines whether the specified property contains a valid value. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RaiseAllPropertiesChanged | Raises the PropertyChanged event with string.Empty. (Indicates all properties on the object have changed). |
![]() | RaisePropertyChanged(String) | Raises the PropertyChanged event. |
![]() | RaisePropertyChangedT(ExpressionFuncT) | Raises the PropertyChanged event. |
![]() | RaisePropertyChangedT(ExpressionFuncT, T, T) | Raises the PropertyChanged event and sends a PropertyChanged message. |
![]() | RemoveValidationRuleT | Removes a validation rule from a property. |
![]() | SendPropertyChangedMessageT(ExpressionFuncT, T, T) | Sends a PropertyChangedMessageT using either the instance of the Messenger that was passed to this class
(if available) or the Messenger's default instance. |
![]() | SendPropertyChangedMessageT(String, T, T) | Sends a PropertyChangedMessageT using either the instance of the Messenger that was passed to this class
(if available) or the Messenger's default instance. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |