IEditSessionCreateStreet Method (Guid, String, ICity) |
Creates new street.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax INewStreetStub CreateStreet(
Guid id,
string name,
ICity city
)
Parameters
- id
- Type: SystemGuid
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
- Type: SystemString
Name of creating street - city
- Type: Resto.Front.Api.Data.BrdICity
City of creating street
Return Value
Type:
INewStreetStubSee Also