Table of Contents

Class FormFilesUtility.CreateFormFilesOptions

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v10.dll

Defines options for form files creation operation.

public class FormFilesUtility.CreateFormFilesOptions
Inheritance
FormFilesUtility.CreateFormFilesOptions

Fields

Default

Represents default options.

IronPython

Represents options used to create form files for the IronPython language.

Python

Represents options used to create form files for the Python language.

TypeScript

Represents options used to create form files for the TypeScript\JavaScript languages.

Properties

BaseType

Gets or sets a language-specific designer suffix.

DeriveFormClassFromDesigner

Gets or sets a value indicating whether a generating form class must be delivered from the form designer.

DesignerSuffix

Gets or sets a language-specific designer suffix.

GenerateClassImport

Gets or sets a value indicating whether a class import must be generated.

GenerateMainMethod

Gets or sets a value indicating whether a public static main method must be generated.

GenerateRunFormMethod

Gets or sets a value indicating whether a run form method must be generated.

Imports

Gets or sets a list of namespaces used for the files that are being created.

SkipBaseConstructorCall

Gets or sets a value indicating whether a base constructor call must be skipped while generating a code.