Click or drag to resize

ArticleWebGetPriceCountOne Method

Get the price for 1 article item. If date is null the first price for count one is returned.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double GetPriceCountOne(
	DateTime? date
)

Parameters

date
Type: SystemNullableDateTime

[Missing <param name="date"/> documentation for "M:Tse.EasyBook.Server.DataContracts.ArticleWeb.GetPriceCountOne(System.Nullable{System.DateTime})"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Tse.EasyBook.Server.DataContracts.ArticleWeb.GetPriceCountOne(System.Nullable{System.DateTime})"]

See Also