Click or drag to resize

ViewModel Methods

The ViewModel type exposes the following members.

Methods
  NameDescription
Protected methodAddValidationRuleT
Adds a validation rule for a property.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEachPropertyValid
Determines whether each property is valid.
Protected methodIsPropertyValidT(ExpressionFuncT)
Determines whether the property is valid or not.
Public methodIsPropertyValidTViewModel, TProperty(ExpressionFuncTViewModel, TProperty)
Determines whether the specified property contains a valid value.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRaiseAllPropertiesChanged
Raises the PropertyChanged event with string.Empty. (Indicates all properties on the object have changed).
Protected methodRaisePropertyChanged(String)
Raises the PropertyChanged event.
Protected methodRaisePropertyChangedT(ExpressionFuncT)
Raises the PropertyChanged event.
Protected methodRaisePropertyChangedT(ExpressionFuncT, T, T)
Raises the PropertyChanged event and sends a PropertyChanged message.
Protected methodRemoveValidationRuleT
Removes a validation rule from a property.
Protected methodSendPropertyChangedMessageT(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.
Protected methodSendPropertyChangedMessageT(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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also