Show / Hide Table of Contents

Class AttachmentContainerFactory

The factory used to create instances of AttachmentContainer.

Inheritance
object
AttachmentContainerFactory
Implements
IAttachmentContainerFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Attachments.dll
Syntax
public sealed class AttachmentContainerFactory : IAttachmentContainerFactory

Constructors

View Source

AttachmentContainerFactory(IAttachmentProcessor)

The factory used to create instances of AttachmentContainer.

Declaration
public AttachmentContainerFactory(IAttachmentProcessor processor)
Parameters
Type Name Description
IAttachmentProcessor processor

Methods

View Source

Create(params AttachmentInfo[])

Creates a container to retrieve/store the given attachments.

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

The attachment information.

Returns
Type Description
IAttachmentContainer

An attachment container.

Implements

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