Sage.PL.WebAPI.Interface.Common.Interfaces Namespace > IIssuePositionModel(T, U) Interface

Drukuj

.NET Framework Class Library

IIssuePositionModel(T, U) 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 IIssuePositionModel(Of T As {ObjectIPositionElementModel(Of U)}, U As IDeliveryQuantityModel) _
 Inherits IPositionElementModel(Of U)

C#

public interface IIssuePositionModel<T, U> : IPositionElementModel<U>
where T : ObjectIPositionElementModel<U>
where U : IDeliveryQuantityModel

Visual C++

generic<typename T, typename U>
where T : ObjectIPositionElementModel<U>
where U : IDeliveryQuantityModel
public interface class IIssuePositionModel : IPositionElementModel<U>

JavaScript

JavaScript does not support generic types or methods.

Type Parameters

T

 

U

 

See Also

IIssuePositionModel(T, U) Members

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