Class AttachmentContainerFactory
The factory used to create instances of AttachmentContainer.
Implements
Inherited Members
Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Attachments.dll
Syntax
public sealed class AttachmentContainerFactory : IAttachmentContainerFactory
Constructors
View SourceAttachmentContainerFactory(IAttachmentProcessor)
The factory used to create instances of AttachmentContainer.
Declaration
public AttachmentContainerFactory(IAttachmentProcessor processor)
Parameters
Type | Name | Description |
---|---|---|
IAttachmentProcessor | processor |
Methods
View SourceCreate(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. |