Click or drag to resize

ICommissionStageLineEntityCopyFrom Method

Loads and fills the entity from a commissionScaleStageLineEntity

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Colleague
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
void CopyFrom(
	ICommissionScaleStageLineEntity line,
	byte groupBy
)

Parameters

line
Type: EBP.Api.Interfaces.Invoicing.Module.Entities.ColleagueICommissionScaleStageLineEntity
the line to copy
groupBy
Type: SystemByte
the date groupby used to sort stages by grouping type
See Also