IDocumentComponent Interface |
Represents a component of a document. Implemented by the document itself and it's details.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic interface IDocumentComponent
Public Interface IDocumentComponent
public interface class IDocumentComponent
type IDocumentComponent = interface end
The IDocumentComponent type exposes the following members.
Properties
| Name | Description |
---|
 | Document |
Gets the document of this document component.
|
Top
See Also