Interface IAttachmentsViewModel
An interface to be implemented by any DataContext that represents a collection of attachments.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IAttachmentsViewModel
Properties
View SourceAttachments
Gets the attachments managed by this.
Declaration
ObservableCollection<AttachmentViewModel> Attachments { get; }
Property Value
| Type | Description |
|---|---|
| ObservableCollection<AttachmentViewModel> |