ValidationExceptionItem Methods |
The ValidationExceptionItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearSubscriptions |
Clears all subscriptions from the instance.
(Inherited from ModelBase.) | |
| ClearSubscriptions(String, NullableGuid) |
Clears subscriptions for a specific property, or if one is not specified; all
subscriptions to the instance.
(Inherited from ModelBase.) | |
| ClearSubscriptionsT(ExpressionFuncT, NullableGuid) |
Clears subscriptions for a specific property, or if one is not specified; all
subscriptions to the instance.
(Inherited from ModelBase.) | |
| Equals | 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.) | |
| NotifyOfChangeT(ExpressionFuncT, T, T, Action) |
Updates a property directly by comparing values and then firing its
OnPropertyChanged event if necessary.
(Inherited from ModelBase.) | |
| NotifyOfChangeT(String, T, T, Action) |
Updates a property directly by comparing values and then firing its
OnPropertyChanged event if necessary.
(Inherited from ModelBase.) | |
| NotifyOfChangeT(T, T, String, Action) |
Updates a property directly by comparing values and then firing its
OnPropertyChanged event if necessary.
(Inherited from ModelBase.) | |
| Subscribe(String, ActionObject, NullableGuid) |
Subscribes an action to a specific property that will be called
during that property's OnPropertyChanged event.
(Inherited from ModelBase.) | |
| SubscribeT(ExpressionFuncT, ActionObject, NullableGuid) |
Subscribes an action to a specific property that will be called
during that property's OnPropertyChanged event.
(Inherited from ModelBase.) | |
| ToString |
Returns a String that represents this instance.
(Inherited from ModelBase.) | |
| UpdateProperty(String, Action) |
Informs a property that it should invoke its OnPropertyChanged event.
(Inherited from ModelBase.) | |
| UpdatePropertyT(ExpressionFuncT, Action) |
Informs a property that it should invoke its OnPropertyChanged event.
(Inherited from ModelBase.) |