![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Defines a data portal service used to get an access to a client-side data portal instance. More...
Public Member Functions | |
| IChildDataPortal< T > | GetPortal<[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] T > () |
| Get a child data portal instance. | |
Defines a data portal service used to get an access to a client-side data portal instance.
| IChildDataPortal< T > Csla.IChildDataPortalFactory.GetPortal<[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] T > | ( | ) |
Get a child data portal instance.
| T | Child business object type |
| T | : | ICslaObject |