Table of Contents

Method CreateFormFiles

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

CreateFormFiles(IFormDesignerDataSource, CreateFormFilesOptions)

Generates a code for the form files, related to the specified source, and saves their content to the file.

public static void CreateFormFiles(IFormDesignerDataSource source, FormFilesUtility.CreateFormFilesOptions options = null)

Parameters

source IFormDesignerDataSource

Source of the form, which files are being created.

options FormFilesUtility.CreateFormFilesOptions

Options for the file creation.