Click or drag to resize

IScheduleEventEntityInitializeFromIncident Method

Initialize the schedule event from an incident

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
void InitializeFromIncident(
	IIncidentEntity incidentEntity,
	bool copyIncidentDescriptionInEvent,
	bool copyAllCustomerProductsOfIncidentInEvent
)

Parameters

incidentEntity
Type: EBP.Api.Interfaces.Invoicing.Module.Entities.MaintenanceIIncidentEntity
Incident entity which contains data for initialize the schedule event
copyIncidentDescriptionInEvent
Type: SystemBoolean
True if the incident description must be copied in event
copyAllCustomerProductsOfIncidentInEvent
Type: SystemBoolean
True if all customer products of the incident must be copied in event
See Also