C# Class NetSimpleRESTSOEWithProperties.Cat.PropertyPage

Inheritance: SOEPropertyPage
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
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

Method Details

Activate() public method

Fired when the property page is activated
public Activate ( ) : int
return int

Deactivate() public method

public Deactivate ( ) : void
return void

Hide() public method

Hides the form containing the property page's UI
public Hide ( ) : void
return void

PropertyPage() public method

public PropertyPage ( ) : System
return System

Show() public method

Displays the form defining the property page's UI
public Show ( ) : void
return void