Table of Contents

Interface IExchanger

Namespace
Macad.Core
Assembly
Macad.Core.dll
public interface IExchanger

Properties

string Description { get; }
Property Value: string

string[] Extensions { get; }
Property Value: string[]

IExchangerSettings Settings { get; set; }
Property Value: IExchangerSettings

Methods

bool CanExportToClipboard()
Returns: bool

bool CanImportFromClipboard(Clipboard clipboard)
clipboard Clipboard
Returns: bool