Try OpenEdge Now
skip to main content
.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( )