Abstract base class used for all CICA 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 DocumentBase : SerializableBase, 
	IDocument
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class DocumentBase _
	Inherits SerializableBase _
	Implements IDocument
Visual C++
[SerializableAttribute]
public ref class DocumentBase abstract : public SerializableBase, 
	IDocument

Remarks

This internal class is used to implement the IDocument interface for all CICA document classes. All CICA document classes are derived from this class. This class contains properties and methods that are common to all CICA document classes.

Inheritance Hierarchy

See Also