Click or drag to resize

IDocumentLine Interface

Represents a document line, which is a kind of IDocumentDetail, with line numbering.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface IDocumentLine : IDocumentDetail, 
	IDocumentComponent

The IDocumentLine type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the document of this document component.
(Inherited from IDocumentComponent.)
Public propertyLineNumber
Gets or sets the line number.
Top
See Also