 | DutyOfCareServiceGenerate Method |
Generates the duty of care for each of the given review objects.
Namespace:
AMCS.Elemos.IntegrationService.Services.DutyOfCare
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Generate(
string authenticationKey,
IList<DutyOfCareReviewEntity> dutyOfCares
)
Public Sub Generate (
authenticationKey As String,
dutyOfCares As IList(Of DutyOfCareReviewEntity)
)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - dutyOfCares
- Type: System.Collections.GenericIListDutyOfCareReviewEntity
The review object contains all details required to create the duty of care.
See Also