Name | Description | |
---|---|---|
PackageList Constructor |
The following tables list the members exposed by PackageList.
Name | Description | |
---|---|---|
PackageList Constructor |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.Generic.List<Package>) | |
Count | (Inherited from System.Collections.Generic.List<Package>) | |
Item | (Inherited from System.Collections.Generic.List<Package>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.Generic.List<Package>) | |
AddRange | (Inherited from System.Collections.Generic.List<Package>) | |
AsReadOnly | (Inherited from System.Collections.Generic.List<Package>) | |
BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<Package>) | |
Clear | (Inherited from System.Collections.Generic.List<Package>) | |
Compose | Overloaded. Composes the Packages in this list in a way so that their maximum weight does not exceed the given value. | |
Contains | (Inherited from System.Collections.Generic.List<Package>) | |
ConvertAll | (Inherited from System.Collections.Generic.List<Package>) | |
ConvertAllToWholeNumbers | For all Package items in this list weight, dimensions and price are converted to whole numbers. | |
ConvertBoth | For all Package items in this list their weight is converted to the given weight unit and their dimensions are converted to the given measurement unit. | |
ConvertDimensions | For all Package items in this list their dimensions are converted to the given measurement unit. | |
ConvertDimsToWholeNumbers | For all Package items in this list their dimensions are converted to whole numbers. | |
ConvertPriceToWholeNumber | For all Package items in this list their price is converted to a whole number. | |
ConvertWeight | For all Package items in this list their weight is converted to the given weight unit. | |
ConvertWeightAndPriceToWholeNumbers | For all Package items in this list their weight and price are converted to a whole numbers. | |
ConvertWeightToWholeNumber | For all Package items in this list their weight is converted to a whole number. | |
CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<Package>) | |
EnsureMinimumWeight | Ensures no package in the package list is below the minimum weight. | |
Exists | (Inherited from System.Collections.Generic.List<Package>) | |
Find | (Inherited from System.Collections.Generic.List<Package>) | |
FindAll | (Inherited from System.Collections.Generic.List<Package>) | |
FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<Package>) | |
FindLast | (Inherited from System.Collections.Generic.List<Package>) | |
FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<Package>) | |
ForEach | (Inherited from System.Collections.Generic.List<Package>) | |
GetEnumerator | (Inherited from System.Collections.Generic.List<Package>) | |
GetRange | (Inherited from System.Collections.Generic.List<Package>) | |
IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<Package>) | |
Insert | (Inherited from System.Collections.Generic.List<Package>) | |
InsertRange | (Inherited from System.Collections.Generic.List<Package>) | |
LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<Package>) | |
Remove | (Inherited from System.Collections.Generic.List<Package>) | |
RemoveAll | (Inherited from System.Collections.Generic.List<Package>) | |
RemoveAt | (Inherited from System.Collections.Generic.List<Package>) | |
RemoveRange | (Inherited from System.Collections.Generic.List<Package>) | |
Reverse | Overloaded. (Inherited from System.Collections.Generic.List<Package>) | |
RoundAll | For all Package items in this list their weight, price and dimensions are rounded upto to given dicimals. | |
RoundDimensions | For all Package items in this list their dimensions are rounded upto to given dicimals. | |
RoundPrice | For all Package items in this list their price is rounded upto to given dicimals. | |
RoundWeight | For all Package items in this list their weight is rounded upto to given dicimals. | |
RoundWeightAndPrice | For all Package items in this list their weight and price is rounded upto to given dicimals. | |
Sort | Overloaded. (Inherited from System.Collections.Generic.List<Package>) | |
ToArray | (Inherited from System.Collections.Generic.List<Package>) | |
ToString | Returns a string that represents the current object. | |
TrimExcess | (Inherited from System.Collections.Generic.List<Package>) | |
TrueForAll | (Inherited from System.Collections.Generic.List<Package>) |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |