C# Класс _3PA.MainFeatures.Pro.ProCodeFormat

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CorrectCodeIndentation ( ) : void

Tries to re-indent the code of the whole document

GetParserErrorDescription ( ) : string

Returns a string that describes the errors found by the parser (relative to block start/end)

StripAppBuilderMarkup ( string inputSnippet ) : string

Allows to clear the appbuilder markup from a given string

Описание методов

CorrectCodeIndentation() публичный статический Метод

Tries to re-indent the code of the whole document
public static CorrectCodeIndentation ( ) : void
Результат void

GetParserErrorDescription() публичный статический Метод

Returns a string that describes the errors found by the parser (relative to block start/end)
public static GetParserErrorDescription ( ) : string
Результат string

StripAppBuilderMarkup() публичный статический Метод

Allows to clear the appbuilder markup from a given string
public static StripAppBuilderMarkup ( string inputSnippet ) : string
inputSnippet string
Результат string