C# Class BuildIt.CognitiveServices.Models.BatchJobInfoList

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
BatchJobInfoList ( ) : System.Linq

Initializes a new instance of the BatchJobInfoList class.

BatchJobInfoList ( System batchJobs = default(System.Collections.Generic.IList<BatchJobInfo>) ) : System.Linq

Initializes a new instance of the BatchJobInfoList class.

Method Details

BatchJobInfoList() public method

Initializes a new instance of the BatchJobInfoList class.
public BatchJobInfoList ( ) : System.Linq
return System.Linq

BatchJobInfoList() public method

Initializes a new instance of the BatchJobInfoList class.
public BatchJobInfoList ( System batchJobs = default(System.Collections.Generic.IList<BatchJobInfo>) ) : System.Linq
batchJobs System List of batch jobs for the user
return System.Linq