Show / Hide Table of Contents

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 Source

Attachments

Gets the attachments managed by this.

Declaration
ObservableCollection<AttachmentViewModel> Attachments { get; }
Property Value
Type Description
ObservableCollection<AttachmentViewModel>
  • View Source
In this article
Back to top Generated by DocFX