Class busTLineItem

The Temporary LineItem class used to hold temporary lineitems. This class behaves only slightly different than the lineitems class - it includes a few extra fields that deal with timeouts of the temporary lineitems.

System.Object
  System.MarshalByRefObject
    Westwind.BusinessObjects.wwBusiness
      Westwind.WebStore.busLineItem
        <b>Westwind.WebStore.busTLineItem</b>
public class busTLineItem : busLineItem

Class Members

MemberDescription

ClearExpiredLineItems

Clears all temporary lineitems prior to this timeout in seconds. This method should be called occasionally to keep the temporary timeout file maintained.

public bool ClearExpiredLineItems( int lnTimeoutSeconds );

GetTypedDataRow

public wws_tlineitemsRow GetTypedDataRow( bool LoadColumns );

public wws_tlineitemsRow GetTypedDataRow();

Save

Saves the Line Item. Overridden to save the TimeStamp.

public virtual bool Save();

Requirements

Namespace: Westwind.WebStore
Assembly: webstorebusiness.dll

© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic