C# Class BuildIt.CognitiveServices.Models.ImportErrorStats

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method 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 method

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

ImportErrorStats() public method

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
return System.Linq