LinesStockWarningToMessage Method

Get the text corresponding to the stock warning.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string StockWarningToMessage(
	StockWarningType stockWarning
)

Parameters

stockWarning  StockWarningType
StockWarningType with the warning type.

Return Value

String
string with the text corresponding to the stock warning

Exceptions

See Also