Sample SubAppObject
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.