iikoFront Api V4 Code Reference
iikoFront Api V4 Code Reference
Resto.Front.Api.V4.Editors
IEntityExtensions Class
IEntityExtensions Methods
ToEntityStub Method
ToEntityStub Method (IClient)
ToEntityStub Method (IEnumerable(IClient))
ToEntityStub Method (IDelivery)
ToEntityStub Method (IEnumerable(IDelivery))
ToEntityStub Method (IDeliveryOrder)
ToEntityStub Method (IEnumerable(IDeliveryOrder))
ToEntityStub Method (IOrder)
ToEntityStub Method (IEnumerable(IOrder))
ToEntityStub Method (IOrderItemGuest)
ToEntityStub Method (IEnumerable(IOrderItemGuest))
ToEntityStub Method (IOrderItemModifier)
ToEntityStub Method (IEnumerable(IOrderItemModifier))
ToEntityStub Method (IOrderItemProduct)
ToEntityStub Method (IEnumerable(IOrderItemProduct))
ToEntityStub Method (IPaymentItem)
ToEntityStub Method (IEnumerable(IPaymentItem))
ToEntityStub Method (IReserve)
ToEntityStub Method (IEnumerable(IReserve))
ToEntityStub Method (IStreet)
ToEntityStub Method (IEnumerable(IStreet))
IEntityExtensions
ToEntityStub Method (IEnumerable
IStreet
)
Namespace:
Resto.Front.Api.V4.Editors
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
Copy
public
static
List
<
IStreetStub
>
ToEntityStub
(
this
IEnumerable
<
IStreet
>
entities
)
Parameters
entities
Type:
System.Collections.Generic
IEnumerable
IStreet
Return Value
Type:
List
IStreetStub
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable
IStreet
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
IEntityExtensions Class
ToEntityStub Overload
Resto.Front.Api.V4.Editors Namespace