This method generates the appropriate business object for the current entity.
It serves as a factory.
This method has to be overridden in subclasses if used by the entity.
public abstract IBusinessObject GetBusinessObject();
Return Value
BusinessObject
See also:
Class BusinessEntity