 | IScheduleTimeEventEntityPayrollExchangeGroupId Property |
Gets or sets the payroll exchange group id
(Identifiant du lot transféré à la paye)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> PayrollExchangeGroupId { get; set; }
Property PayrollExchangeGroupId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the PayrollExchangeGroupId (Identifiant du lot transféré à la paye) column of the ScheduleEvent (Évènements) table.
See Also