Click or drag to resize

QuantityProxySetWrapperTQuantityProxyAddToOffers Method (TQuantityProxy, IListIQuantity)

Add quantities to offers.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void AddToOffers(
	TQuantityProxy proxy,
	IList<IQuantity> quantities
)

Parameters

proxy
Type: TQuantityProxy

[Missing <param name="proxy"/> documentation for "M:DHI.Mike1D.Generic.QuantityProxySetWrapper`1.AddToOffers(`0,System.Collections.Generic.IList{DHI.Mike1D.Generic.IQuantity})"]

quantities
Type: System.Collections.GenericIListIQuantity

[Missing <param name="quantities"/> documentation for "M:DHI.Mike1D.Generic.QuantityProxySetWrapper`1.AddToOffers(`0,System.Collections.Generic.IList{DHI.Mike1D.Generic.IQuantity})"]

See Also