An attachment is an embedded object in a markup document. An attachment must specify a
content type (a MIME type), and some contents.
Namespace:
Gallio.Common.MarkupAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class Attachment : INormalizable<Attachment> |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public MustInherit Class Attachment _ Implements INormalizable(Of Attachment) |
Inheritance Hierarchy
System..::.Object
Gallio.Common.Markup..::.Attachment
Gallio.Common.Markup..::.BinaryAttachment
Gallio.Common.Markup..::.TextAttachment
Gallio.Common.Markup..::.Attachment
Gallio.Common.Markup..::.BinaryAttachment
Gallio.Common.Markup..::.TextAttachment
