Click or drag to resize

IDispatchSequenceDaoInsertShipmentType Method

[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.InsertShipmentType(System.Int32,WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})"]


Namespace: WorkZone.Dispatcher.Base.Configuration.Dao
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
string InsertShipmentType(
	int order,
	LocalizedText sequenceName,
	IEnumerable<Tuple<string, string>> dispatchOrder
)

Parameters

order  Int32

[Missing <param name="order"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.InsertShipmentType(System.Int32,WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})"]

sequenceName  LocalizedText

[Missing <param name="sequenceName"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.InsertShipmentType(System.Int32,WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})"]

dispatchOrder  IEnumerableTupleString, String

[Missing <param name="dispatchOrder"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.InsertShipmentType(System.Int32,WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})"]

Return Value

String

[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Dao.IDispatchSequenceDao.InsertShipmentType(System.Int32,WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText,System.Collections.Generic.IEnumerable{System.Tuple{System.String,System.String}})"]

See Also