C# Класс DLaB.EarlyBoundGenerator.SpecifyStringValuesDialog

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BtnSave_Click void
Enable void
GetObjectCollection object[]
InitializeComponent void
LoadSpecifiedValues void
SpecifyStringValuesDialog_Load void

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

Метод Описание
SpecifyStringValuesDialog ( ) : System
SpecifyStringValuesDialog ( PluginControlBase callingControl, string title ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
BtnSave_Click ( object sender, EventArgs e ) : void
Enable ( bool enable ) : void
GetObjectCollection ( IEnumerable values ) : object[]
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadSpecifiedValues ( ) : void
SpecifyStringValuesDialog_Load ( object sender, EventArgs e ) : void

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

SpecifyStringValuesDialog() публичный Метод

public SpecifyStringValuesDialog ( ) : System
Результат System

SpecifyStringValuesDialog() публичный Метод

public SpecifyStringValuesDialog ( PluginControlBase callingControl, string title ) : System
callingControl PluginControlBase
title string
Результат System