Try OpenEdge Now
skip to main content
.NET Open Clients
Proxy Objects and Methods : Sample proxy : Sample SubAppObject
 

Sample SubAppObject

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