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 application server. 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 application server. For example:
    public void SetStatus(int status)
  • Common methods in all .NET proxy objects.