Click or drag to resize

ISubscriptionItem Interface

Subscription item interface.

Namespace:  Xcalibur.Extensions.MVVM.Interfaces
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ISubscriptionItem

The ISubscriptionItem type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets or sets the name.
Public propertyOnChangedAction
Gets or sets the on changed action.
Public propertyOwnerId
Gets or sets the owner identifier.
Top
See Also