ConsumptionMeterAveragesWebArticleIds Property |
A list of the
ArticleWeb ids, representing the sales prices for units of this consumption meter.
These articles can for example be found in
ConsumptionArticles.
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)
Syntaxpublic IList<int> ArticleIds { get; set; }
Property Value
Type:
IListInt32
See Also