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

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

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

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

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

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

Clean up any resources being used.

RefreshControl ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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