The following methods comprise the definition of a sample .NET SubAppObject, Tax:
A ProcObject class factory method that creates a ProcObject called TaxInfo and runs and instantiates the persistent procedure TaxInfo.p on the AppServer. For example:
public TaxInfo CreatePO_TaxInfo(int accountNum)
A remote ABL method to run the non-persistent procedure SetStatus (defined by SetStatus.p) on the AppServer. For example: