Leadtools.Services.ImageProcessing.DataContracts Namespace : Requests Class |
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="Requests")] public class Requests : System.Collections.Generic.List<RequestData>, System.Collections.Generic.ICollection<RequestData>, System.Collections.Generic.IEnumerable<RequestData>, System.Collections.Generic.IList<RequestData>, System.Collections.Generic.IReadOnlyCollection<RequestData>, System.Collections.Generic.IReadOnlyList<RequestData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Declaration <CollectionDataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="Requests")> Public Class Requests Inherits System.Collections.Generic.List(Of RequestData) Implements System.Collections.Generic.ICollection(Of RequestData), System.Collections.Generic.IEnumerable(Of RequestData), System.Collections.Generic.IList(Of RequestData), System.Collections.Generic.IReadOnlyCollection(Of RequestData), System.Collections.Generic.IReadOnlyList(Of RequestData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage Dim instance As Requests
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="Requests")] public ref class Requests : public System.Collections.Generic.List<RequestData>, System.Collections.Generic.ICollection<RequestData>, System.Collections.Generic.IEnumerable<RequestData>, System.Collections.Generic.IList<RequestData>, System.Collections.Generic.IReadOnlyCollection<RequestData>, System.Collections.Generic.IReadOnlyList<RequestData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList