C# Класс BuildIt.CognitiveServices.Models.BatchJobInfoList

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

BatchJobInfoList() публичный Метод

Initializes a new instance of the BatchJobInfoList class.
public BatchJobInfoList ( ) : System.Linq
Результат System.Linq

BatchJobInfoList() публичный Метод

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
Результат System.Linq