ShipmentInformationCollection class is only created to ensure that the size of serialized shipmentinfo is minimal
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibraryShipmentInformationCollection
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
public class ShipmentInformationCollection : IList<ShipmentInformation>, ICollection<ShipmentInformation>, IEnumerable<ShipmentInformation>, IEnumerable
The ShipmentInformationCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ShipmentInformationCollection | Initializes a new instance of the ShipmentInformationCollection class |
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | |
![]() | Item | |
![]() | State | |
![]() | WorkflowId |
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() ![]() | CompressString | |
![]() | Contains | |
![]() | CopyTo | |
![]() ![]() | DecompressString | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | |
![]() | Insert | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | |
![]() | RemoveAt | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | BatchShipmentInformation | (Defined by ExtensionMethods.) |
![]() | ForeachShipmentInformation | (Defined by ExtensionMethods.) |
See Also