ValidationExceptionItem Class |
Namespace: Xcalibur.Extensions.MVVM.Models
The ValidationExceptionItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ValidationExceptionItem | Initializes a new instance of the ValidationExceptionItem class |
| Name | Description | |
|---|---|---|
| Identifier |
Gets the identifier.
(Inherited from ModelBase.) | |
| IsActive |
Gets or sets a value indicating whether this instance is active.
(Inherited from ModelBase.) | |
| Name |
Gets or sets the name.
| |
| PropertyName |
Gets or sets the name of the property.
| |
| Result |
Gets or sets the result.
|
| 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.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ModelBase.) |