Sage.PL.WebAPI.Interface.Common.Interfaces Namespace > IPositionElementModel(X) Interface

Drukuj

.NET Framework Class Library

IPositionElementModel(X) Interface

Namespace: Sage.PL.WebAPI.Interface.Common.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.Common (in Sage.PL.WebAPI.Interface.Common.dll) Version: 24.10.1.0 (24.10.1.0)

Syntax

Visual Basic

Public Interface IPositionElementModel(Of X As IDeliveryQuantityModel)

C#

public interface IPositionElementModel<X>
where X : IDeliveryQuantityModel

Visual C++

generic<typename X>
where X : IDeliveryQuantityModel
public interface class IPositionElementModel

JavaScript

JavaScript does not support generic types or methods.

Type Parameters

X

 

See Also

IPositionElementModel(X) Members

Sage.PL.WebAPI.Interface.Common.Interfaces Namespace