Table of Contents

Class OfferNumbersContract

Namespace
Everest.Service.DataContracts.Offers
Assembly
Everest.Service.dll
[TypeConverter(typeof(OfferNumberContractConverter))]
public class OfferNumbersContract : IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable
Inheritance
OfferNumbersContract
Implements
Inherited Members

Constructors

OfferNumbersContract(int[])

Properties

Count

Gets the number of elements in the collection.

Numbers

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

Operators

explicit operator int[](OfferNumbersContract)
implicit operator OfferNumbersContract(int[])