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

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

공개 메소드들

메소드 설명
GetMessage ( ) : string

Returns the message for this error.

MismatchedObjectTypeError ( string objectName, DatabaseObjectType expected, DatabaseObjectType actual ) : System

Creates an instance of a mismatched object type error object.

메소드 상세

GetMessage() 공개 메소드

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

MismatchedObjectTypeError() 공개 메소드

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