C# Class ArcGISRuntimeXamarin.Samples.FeatureLayerQuery.FeatureLayerQuery

Inheritance: UIViewController
Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet

Méthodes publiques

Méthode Description
FeatureLayerQuery ( ) : Esri.ArcGISRuntime.Data
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Private Methods

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

Method Details

FeatureLayerQuery() public méthode

public FeatureLayerQuery ( ) : Esri.ArcGISRuntime.Data
Résultat Esri.ArcGISRuntime.Data

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void