ISubscribe Interface |
Namespace: Xcalibur.Extensions.MVVM.Interfaces
Name | Description | |
---|---|---|
ClearSubscriptions |
Clears the subscriptions.
| |
ClearSubscriptions(String, NullableGuid) |
Clears the subscriptions.
| |
ClearSubscriptionsT(ExpressionFuncT, NullableGuid) |
Clears the subscriptions.
| |
Subscribe(String, ActionObject, NullableGuid) |
Subscribes the specified property.
| |
SubscribeT(ExpressionFuncT, ActionObject, NullableGuid) |
Subscribes the specified property.
|