Click or drag to resize

ModelBaseClearSubscriptions Method (String, NullableGuid)

Clears subscriptions for a specific property, or if one is not specified; all subscriptions to the instance.

Namespace:  Xcalibur.Extensions.MVVM.Models
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ClearSubscriptions(
	string propertyName,
	Nullable<Guid> ownerId = null
)

Parameters

propertyName
Type: SystemString
Name of the property.
ownerId (Optional)
Type: SystemNullableGuid
The owner identifier.

Implements

ISubscribeClearSubscriptions(String, NullableGuid)
See Also