C# 클래스 ZocBuild.Database.Errors.MismatchedSchemaError

Represents an error caused by the schema of the programmable object not matching its directory.
상속: BuildErrorBase
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database 1 사용 예제들

공개 메소드들

메소드 설명
GetMessage ( ) : string

Returns the message for this error.

MismatchedSchemaError ( string objectName, string expected, string actual ) : System

Creates an instance of a mismatched schema error object.

메소드 상세

GetMessage() 공개 메소드

Returns the message for this error.
public GetMessage ( ) : string
리턴 string

MismatchedSchemaError() 공개 메소드

Creates an instance of a mismatched schema error object.
public MismatchedSchemaError ( string objectName, string expected, string actual ) : System
objectName string The name of the build item.
expected string The schema to which the directory belongs.
actual string The schema of the object in the script content.
리턴 System