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

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

공개 메소드들

메소드 설명
GetMessage ( ) : string

Returns the message for this error.

MismatchedObjectNameError ( string expected, string actual ) : System

Creates an instance of a mismatched object name error object.

메소드 상세

GetMessage() 공개 메소드

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

MismatchedObjectNameError() 공개 메소드

Creates an instance of a mismatched object name error object.
public MismatchedObjectNameError ( string expected, string actual ) : System
expected string The file name of the script.
actual string The parsed name of the object.
리턴 System