C# Класс PKStudio.Forms.Editors.Pages.Feature.MainPage

Наследование: FeaturePageBase
Показать файл Открыть проект

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

Метод Описание
MainPage ( ) : PKStudio.ItemWrappers
MainPage ( FeatureWrapper Feat ) : PKStudio.ItemWrappers
OnApplyChanges ( ) : bool

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

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

Clean up any resources being used.

RefreshControl ( ) : void

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

Метод Описание
GroupsCb_SelectedIndexChanged ( object sender, System e ) : void
GroupsCb_TextUpdate ( object sender, System e ) : void
InitializeComponent ( ) : void

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

NameTb_TextChanged ( object sender, System 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

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

public MainPage ( ) : PKStudio.ItemWrappers
Результат PKStudio.ItemWrappers

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

public MainPage ( FeatureWrapper Feat ) : PKStudio.ItemWrappers
Feat FeatureWrapper
Результат PKStudio.ItemWrappers

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

public OnApplyChanges ( ) : bool
Результат bool

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

protected RefreshControl ( ) : void
Результат void