Click or drag to resize

ManifestMaterialProfileServiceSaveProfile Method

Saves the profile.

Namespace:  AMCS.Elemos.IntegrationService.Services.Weighbridge
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SaveProfile(
	string userId,
	int sysUserId,
	ManifestMaterialProfilePartialEntity manifestMaterialProfilePartial,
	IDataSession dataSession
)

Parameters

userId
Type: SystemString
The user identifier.
sysUserId
Type: SystemInt32
The system user identifier.
manifestMaterialProfilePartial
Type: AMCS.Elemos.IntegrationService.Entity.WeighingManifestMaterialProfilePartialEntity
The manifest material profile partial.
dataSession
Type: IDataSession
The data session.
See Also