Show / Hide Table of Contents

Class AttachmentContainerFactory

The factory used to create instances of AttachmentContainer.

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

Constructors

View Source

AttachmentContainerFactory(IAttachmentProcessor)

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

Methods

View Source

Create(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