C# 클래스 BuildIt.CognitiveServices.Models.ImportErrorStats

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ImportErrorStats() 공개 메소드

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

ImportErrorStats() 공개 메소드

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
리턴 System.Linq