Class LotNumbersContract
- Namespace
- Everest.Service.DataContracts.Orders
- Assembly
- Everest.Service.dll
[TypeConverter(typeof(LotNumbersConverter))]
public class LotNumbersContract : IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
- Inheritance
-
LotNumbersContract
- Implements
- Inherited Members
Constructors
Properties
- Count
Gets the number of elements in the collection.
Methods
- GetEnumerator()
Returns an enumerator that iterates through the collection.
- ToString()
Returns a string that represents the current object.