←Select platform

Requests Class

Summary

Collection of RequestData objects.

Syntax

C#
VB
C++
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="Requests")] 
public class Requests : List<RequestData> 
  
<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  
[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   

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly