Click or drag to resize

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

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