 | 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)
Syntaxpublic static void SaveProfile(
string userId,
int sysUserId,
ManifestMaterialProfilePartialEntity manifestMaterialProfilePartial,
IDataSession dataSession
)
Public Shared Sub SaveProfile (
userId As String,
sysUserId As Integer,
manifestMaterialProfilePartial As ManifestMaterialProfilePartialEntity,
dataSession As IDataSession
)
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