C# Class BuildIt.CognitiveServices.Models.ImportErrorStats

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ImportErrorStats ( ) : System.Linq

Initializes a new instance of the ImportErrorStats class.

ImportErrorStats ( string errorCode = default(string), int errorCodeCount = default(int?) ) : System.Linq

Initializes a new instance of the ImportErrorStats class.

Method Details

ImportErrorStats() public méthode

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

ImportErrorStats() public méthode

Initializes a new instance of the ImportErrorStats class.
public ImportErrorStats ( string errorCode = default(string), int errorCodeCount = default(int?) ) : System.Linq
errorCode string Error code for error catalog lines
errorCodeCount int Count of catalog lines with specified /// error code
Résultat System.Linq