RemoteMapperCreateT Method |
Creates a new remote object through it's underlying mapper.
Namespace:
NetQuarry.Net
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected static void Create<T>(
IAppContext appCxt,
T data
)
where T : new(), RemoteMapper
Protected Shared Sub Create(Of T As {New, RemoteMapper}) (
appCxt As IAppContext,
data As T
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context. - data
- Type: T
The instace of the RemoteMapper object that is to be created.
Type Parameters
- T
- The type of the derived RemoteMapper object
See Also