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

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

Защищенные свойства (Protected)

Свойство Тип Описание
Feat FeatureWrapper

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

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

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

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

Clean up any resources being used.

OnInitialized ( ) : void
RefreshControl ( ) : void

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

Метод Описание
InitializeComponent ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

Описание свойств

Feat защищенное свойство

protected FeatureWrapper Feat
Результат FeatureWrapper