Table of Contents

Class LanguageServices

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Per language services provided by the form designer environment.

public static class LanguageServices
Inheritance
LanguageServices

Properties

Services

Gets a list of language specific services.

Methods

AddService(Language, LanguageService)

Adds a given service related to the specific language.

CreateCodeProvider(Language)

Creates an object that provides access to instances of code generator and code compiler.

CreateEventHandlerService(Language, FormDesignerControl)

Creates an additional service for registering event handlers for component events.

GetDesignedClassName(Language, string)

Determines the name of the form designer class.

GetSupportedLanguage(string)

Determines supported language by given name. Reports an error if not supported.

ReportError(string)

Reports an error during the language service process.

StripHeaderComment(Language, string)

Removes the leading header comment.

TryGetSupportedLanguage(string)

Determines supported language by given name.

TryGetSupportedLanguageByExtension(string)

Determines supported language by given file extension.