C# Class NetSimpleRESTSOEWithProperties.Cat.PropertyForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
IsEditableBox_TextChanged void
LayerTypeBox_TextChanged void
MaxNumFeaturesBox_TextChanged void
ReturnFormatBox_TextChanged void
SetIsEditable void
SetLayerType void
SetMaxNumFeatures void
SetReturnFormat void

Public Methods

Method Description
PropertyForm ( ) : System
getHWnd ( ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

IsEditableBox_TextChanged ( object sender, EventArgs e ) : void
LayerTypeBox_TextChanged ( object sender, EventArgs e ) : void
MaxNumFeaturesBox_TextChanged ( object sender, EventArgs e ) : void
ReturnFormatBox_TextChanged ( object sender, EventArgs e ) : void
SetIsEditable ( string value ) : void
SetLayerType ( string value ) : void
SetMaxNumFeatures ( string value ) : void
SetReturnFormat ( string value ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

PropertyForm() public method

public PropertyForm ( ) : System
return System

getHWnd() public method

public getHWnd ( ) : int
return int