C# 클래스 NetSimpleRESTSOEWithProperties.Cat.PropertyPage

상속: SOEPropertyPage
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
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