Show / Hide Table of Contents

Interface IAttachmentContainerFactory

A factory used to convert attachment information into a container that retrieves/stores their contents.

Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Abstractions.dll
Syntax
public interface IAttachmentContainerFactory

Methods

View Source

Create(params AttachmentInfo[])

Creates a container to retrieve/store the given attachments.

Declaration
IAttachmentContainer Create(params AttachmentInfo[] attachments)
Parameters
Type Name Description
AttachmentInfo[] attachments

The attachment information.

Returns
Type Description
IAttachmentContainer

An attachment container.

  • View Source
In this article
Back to top Generated by DocFX