Gets the number of 'Price' entries in the container object.
Price (ASBIE). The price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public int GetAlternCondPriceCount() |
| Visual Basic |
|---|
Public Function GetAlternCondPriceCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetAlternCondPriceCount() sealed |
| F# |
|---|
abstract GetAlternCondPriceCount : unit -> int
override GetAlternCondPriceCount : unit -> int |
Return Value
Type:
Int32The number of
IPrice object instances in the container object.
Implements
IPricingReference..::..GetAlternCondPriceCount()()()()
See Also