Sample SubAppObject
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following methods comprise the definition of a sample .NET SubAppObject, Tax:
- A ProcObject class factory method that creates a ProcObject called
TaxInfoand runs and instantiates the persistent procedureTaxInfo.pon 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.