C# Класс NetSimpleRESTSOEWithProperties.Cat.PropertyPage

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

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

Метод Описание
Activate ( ) : int

Fired when the property page is activated

Deactivate ( ) : void
Hide ( ) : void

Hides the form containing the property page's UI

PropertyPage ( ) : System
Show ( ) : void

Displays the form defining the property page's UI

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

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

Fired when the property page is activated
public Activate ( ) : int
Результат int

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

public Deactivate ( ) : void
Результат void

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

Hides the form containing the property page's UI
public Hide ( ) : void
Результат void

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

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

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

Displays the form defining the property page's UI
public Show ( ) : void
Результат void