public class ShipmentInformationCollection : IList<ShipmentInformation>,
ICollection<ShipmentInformation>, IEnumerable<ShipmentInformation>, IEnumerable
Public Class ShipmentInformationCollection
Implements IList(Of ShipmentInformation), ICollection(Of ShipmentInformation),
IEnumerable(Of ShipmentInformation), IEnumerable
public ref class ShipmentInformationCollection : IList<ShipmentInformation^>,
ICollection<ShipmentInformation^>, IEnumerable<ShipmentInformation^>, IEnumerable
type ShipmentInformationCollection =
class
interface IList<ShipmentInformation>
interface ICollection<ShipmentInformation>
interface IEnumerable<ShipmentInformation>
interface IEnumerable
end
ShipmentInformationCollection | Initializes a new instance of the ShipmentInformationCollection class |
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) |
BatchShipmentInformation | (Defined by ExtensionMethods) |
ForeachShipmentInformation | (Defined by ExtensionMethods) |
FormatFromDictionary | (Defined by DictionaryExtensions) |
GetFirstValue | (Defined by DictionaryExtensions) |