Represents an attachment to a document.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
[SerializableAttribute]
public class FileAttachment : SerializableBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FileAttachment _
	Inherits SerializableBase
Visual C++
[SerializableAttribute]
public ref class FileAttachment : public SerializableBase

Remarks

The TowStatus document supports attaching a tow diagram image. The tow diagram image is attached to the document using this class.

Inheritance Hierarchy

System..::.Object
  BargeEx.Internal..::.SerializableBase
    BargeEx..::.FileAttachment

See Also