Table of Contents

Class LanguageService

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

Represents a base class for support language-specific code manipulation, used in the Alternet.FormDesigner control.

public class LanguageService
Inheritance
LanguageService
Derived

Constructors

LanguageService(Language)

Initializes a new instance of the LanguageService class with specified language.

Properties

Language

Gets or sets a supported language by this service.

Methods

CreateCodeProvider()

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

CreateEventHanderService(FormDesignerControl)

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

GetDesignedClassName(string)

Determines the name of the form designer class.

StripHeaderComment(string)

Removes the leading header comment.