Interface ILineItemCollection

Basic interface for a line item collection

public abstract interface ILineItemCollection

Interface Members

MemberDescription
Add Strongly typed Add() method
public ILineItem Add();
InsertAfter Inserts a new line right after a given line.
public ILineItem InsertAfter( ILineItem line );
InsertBefore Inserts a new line right before a given line.
public ILineItem InsertBefore( ILineItem line );
Item
MaintainLineNumberIntegrity Should line number integrity be maintained?

Requirements

Namespace: EPS.Business.Financial
Assembly: FINANCIALOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007