Click or drag to resize

IEditSessionCreateStreet(Guid, String, ICity) Method

Creates new street.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INewStreetStub CreateStreet(
	Guid id,
	string name,
	ICity city
)

Parameters

id  Guid
Id of creating street. MUST be unique for the whole system. Therefore it must be taken from some synchronization operation or generated with Guid.NewGuid().
name  String
Name of creating street
city  ICity
City of creating street

Return Value

INewStreetStub
See Also