Click or drag to resize

SubscriptionItem Constructor (String, ActionObject, NullableGuid)

Initializes a new instance of the SubscriptionItem class.

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 SubscriptionItem(
	string name,
	Action<Object> onChanged,
	Nullable<Guid> ownerId = null
)

Parameters

name
Type: SystemString
The name.
onChanged
Type: SystemActionObject
The on changed.
ownerId (Optional)
Type: SystemNullableGuid
The owner identifier.
See Also