Abstract base class used for all BargeEx document classes.

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

Syntax

C#
[SerializableAttribute]
public abstract class BargeExDocumentBase : DocumentBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class BargeExDocumentBase _
	Inherits DocumentBase
Visual C++
[SerializableAttribute]
public ref class BargeExDocumentBase abstract : public DocumentBase

Remarks

This internal class is used to implement the application header elements that are common to all BargeEx document classes. All BargeEx document classes are derived from this class. This class contains properties and methods that are common to all BargeEx document classes.

Inheritance Hierarchy

See Also