Class LineItemCollection

Collections of line items in an invoice

System.Object
  EPS.Business.BusinessObjects.EntitySubItemCollection
    EPS.Business.Financial.LineItemCollection

public class LineItemCollection : EntitySubItemCollection, ILineItemCollection

Class Members

MemberDescription
Constructor Constructor
Add Adds a line number to the newly created item
public sealed ILineItem Add();
GetItemObject Returns a new item that is used as a member of the collection
public virtual IEntitySubItemCollectionItem GetItemObject();
InsertAfter Inserts a new line right after a given line.
public virtual ILineItem InsertAfter( ILineItem line );
InsertBefore Inserts a new line right before a given line.
public virtual ILineItem InsertBefore( ILineItem line );
Remove Remove an item from the collection.
public virtual void Remove( int index );
Item
MaintainLineNumberIntegrity Defines whether or not this collection automatically maintains integrity of line numbers.

Requirements

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


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