Represents a collection of PurchaseChannelClass


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Class PurchaseChannelCollection
    Inherits BasicCollection(Of PurchaseChannelClass)
C#
public class PurchaseChannelCollection : BasicCollection<PurchaseChannelClass>
C++
ref class PurchaseChannelCollection : BasicCollection<PurchaseChannelClass>
J#
public class PurchaseChannelCollection extends BasicCollection<PurchaseChannelClass>
JScript
public class PurchaseChannelCollection extends BasicCollection<PurchaseChannelClass>

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Dynmark.Services.API.BasicCollection<T>
         Dynmark.Services.API.PurchaseChannelCollection

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also