Table of Contents

Class ReturnMerchandiseAuthorizationTypeCollection

Namespace
Dynamicweb.Ecommerce.Orders.ReturnMerchandiseAuthorization
Assembly
Dynamicweb.Ecommerce.dll

The class ReturnMerchandiseAuthorizationTypeCollection represents collection of ReturnMerchandiseAuthorizationType.

public class ReturnMerchandiseAuthorizationTypeCollection : Collection<ReturnMerchandiseAuthorizationType>, IList<ReturnMerchandiseAuthorizationType>, ICollection<ReturnMerchandiseAuthorizationType>, IReadOnlyList<ReturnMerchandiseAuthorizationType>, IReadOnlyCollection<ReturnMerchandiseAuthorizationType>, IEnumerable<ReturnMerchandiseAuthorizationType>, IList, ICollection, IEnumerable
Inheritance
ReturnMerchandiseAuthorizationTypeCollection
Implements
Inherited Members
Extension Methods

Methods

Add(string)

Adds type to this collection.

public void Add(string types)

Parameters

types string

String representation of ReturnMerchandiseAuthorizationType.

Remarks

If the given type IsNullOrEmpty or not belongs to ReturnMerchandiseAuthorizationType then collection will not be populated with any values.

ToString()

Converts collection into comma separated string representation.

public override string ToString()

Returns

string
To top