Try OpenEdge Now
.NET Open Clients
Proxy Objects and Methods
:
Proxy methods
:
Class factory methods
:
SubAppObject
SubAppObject
The following method allows AppObjects to create SubAppObjects that share an AppServer connection with an existing AppObject:
public
SubAppObject
CreateAO_
SubAppObject
( )
For example, a SubAppObject named
Tax
defined in ProxyGen generates this .NET method:
public Tax CreateAO_Tax( )