Creates a child business object by passing child based property settings to the child object.
The easiest way to call this routine would be with one of the following:
busInvoice Invoice = Customer.SetAsChildObject( new Invoice() ) as busInvoice; busInvoice Invoice2 = Customer.SetAsChildObject( WebStoreFactory.GetbusInvoice() ) as busInvoice;
public virtual void SetAsChildObject( wwBusiness ChildObjectRef );
Return Value
void
Parameters
ChildObjectRef
See also:
Class wwBusiness© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic