Click or drag to resize

IEditSessionSetCompoundItemComponentCustomName Method

Sets the custom name of the compound component. User must have rights to edit orders.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void SetCompoundItemComponentCustomName(
	string customName,
	IOrderStub order,
	IOrderCompoundItemComponentStub compoundComponent
)

Parameters

customName
Type: SystemString
New custom name of the compound component or null to use default name.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains element with changing compound component.
compoundComponent
Type: Resto.Front.Api.Editors.StubsIOrderCompoundItemComponentStub
Compound component which custom name will be changed.
See Also