C# Класс ZocBuild.Database.Errors.MismatchedObjectNameError

Represents an error caused by the name of the programmable object not matching its file name.
Наследование: BuildErrorBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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