 | 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
Syntaxvoid InitializeFromIncident(
IIncidentEntity incidentEntity,
bool copyIncidentDescriptionInEvent,
bool copyAllCustomerProductsOfIncidentInEvent
)
Sub InitializeFromIncident (
incidentEntity As IIncidentEntity,
copyIncidentDescriptionInEvent As Boolean,
copyAllCustomerProductsOfIncidentInEvent As Boolean
)
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