IModelBase Interface |
Namespace: Xcalibur.Extensions.MVVM.Interfaces
The IModelBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Identifier |
Gets the identifier.
| |
| IsActive |
Gets or sets a value indicating whether this instance is active.
|
| Name | Description | |
|---|---|---|
| ClearSubscriptions |
Clears the subscriptions.
(Inherited from ISubscribe.) | |
| ClearSubscriptions(String, NullableGuid) |
Clears the subscriptions.
(Inherited from ISubscribe.) | |
| ClearSubscriptionsT(ExpressionFuncT, NullableGuid) |
Clears the subscriptions.
(Inherited from ISubscribe.) | |
| NotifyOfChangeT(ExpressionFuncT, T, T, Action) |
Notifies the of change.
(Inherited from INotify.) | |
| NotifyOfChangeT(String, T, T, Action) |
Notifies the of change.
(Inherited from INotify.) | |
| NotifyOfChangeT(T, T, String, Action) |
Notifies the of change.
(Inherited from INotify.) | |
| Subscribe(String, ActionObject, NullableGuid) |
Subscribes the specified property.
(Inherited from ISubscribe.) | |
| SubscribeT(ExpressionFuncT, ActionObject, NullableGuid) |
Subscribes the specified property.
(Inherited from ISubscribe.) | |
| UpdateProperty(String, Action) |
Updates the property.
(Inherited from INotify.) | |
| UpdatePropertyT(ExpressionFuncT, Action) |
Updates the property.
(Inherited from INotify.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |