C# Class BuildIt.CognitiveServices.Models.BatchJobInfoList

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the BatchJobInfoList class.
public BatchJobInfoList ( ) : System.Linq
Résultat System.Linq

BatchJobInfoList() public méthode

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
Résultat System.Linq