C# Class ArcGISRuntimeXamarin.Samples.FeatureLayerQuery.FeatureLayerQuery

Inheritance: UIViewController
Mostra file Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
FeatureLayerQuery ( ) : Esri.ArcGISRuntime.Data
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
Initialize ( ) : void
OnQueryClicked ( object sender, EventArgs e ) : void
QueryStateFeature ( string stateName ) : System.Threading.Tasks.Task

Method Details

FeatureLayerQuery() public method

public FeatureLayerQuery ( ) : Esri.ArcGISRuntime.Data
return Esri.ArcGISRuntime.Data

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void