IDispatchSequenceDaoInsertShipmentType Method

Scanjour Workflow4 Reference Manual

[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_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

string InsertShipmentType(
	int order,
	LocalizedText sequenceName,
	IEnumerable<Tuple<string, string>> dispatchOrder
)

Parameters

order
Type: SystemInt32

[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
Type: WorkZone.Dispatcher.Base.Configuration.LocalizationLocalizedText

[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
Type: System.Collections.GenericIEnumerableTupleString, 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

Type: 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

Reference