Table of Contents

Class CommandNumbersContract

Namespace
Everest.Service.DataContracts.Orders.Commands
Assembly
Everest.Service.dll
[TypeConverter(typeof(CommandNumbersConverter))]
public class CommandNumbersContract : IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
Inheritance
CommandNumbersContract
Implements
Inherited Members

Constructors

CommandNumbersContract(string[])

Properties

Count

Gets the number of elements in the collection.

Numbers

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

ToString()

Returns a string that represents the current object.

Operators

implicit operator CommandNumbersContract(string[])