Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.87 KB

tenderline-class-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

65 lines (48 loc) · 1.87 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
TenderLine Class (Microsoft.Dynamics.Commerce.Runtime.DataModel)
TenderLine Class
T:Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderLine
49842673
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderLine
CSharp
C++
VB

TenderLine Class

[!INCLUDEarchive-banner]

Represents a tender line.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Class TenderLine _
    Inherits TenderLineBase
'Usage
Dim instance As TenderLine
[DataContractAttribute]
public class TenderLine : TenderLineBase
[DataContractAttribute]
public ref class TenderLine : public TenderLineBase

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceEntity
    Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderLineBase
      Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderLine

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace