Specifies the type of a CICA document.

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

Syntax

C#
public enum CicaDocumentType
Visual Basic (Declaration)
Public Enumeration CicaDocumentType
Visual C++
public enum class CicaDocumentType

Members

Member nameDescription
Invalid
Indicates this is not a valid CICA document class.
DocumentAcknowledgment
Document Acknowledgment Document (D_31)
Represented by the DocumentAcknowledgment class.
BargeInvoice
Barge Invoice Document
Represented by the BargeInvoice class.
BargeServiceOrder
Barge Service Order Document
Represented by the BargeServiceOrder class.
BargeServiceOrderResponse
Barge Service Order Response Document
Represented by the BargeServiceOrderResponse class.
BargeStatus
Barge Status Document
Represented by the BargeStatus class.
BoatStatus
Boat Status Document
Represented by the BoatStatus class.
TowStatus
Tow Status Document
Represented by the TowStatus class.

Remarks

A class that supports the IDocument interface uses the IDocument.DocumentType interface property to indicate its CICA document type.

See Also