C# Class Mapsui.Providers.Features

Inheritance: IFeatures
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
Add ( IFeature feature ) : void
AddRange ( IEnumerable features ) : void
Clear ( ) : void
Delete ( object id ) : void
Features ( ) : System
Features ( string primaryKey ) : System
GetEnumerator ( ) : IEnumerator
New ( ) : IFeature
this ( int index ) : IFeature

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( IFeature feature ) : void
feature IFeature
Résultat void

AddRange() public méthode

public AddRange ( IEnumerable features ) : void
features IEnumerable
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Delete() public méthode

public Delete ( object id ) : void
id object
Résultat void

Features() public méthode

public Features ( ) : System
Résultat System

Features() public méthode

public Features ( string primaryKey ) : System
primaryKey string
Résultat System

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

New() public méthode

public New ( ) : IFeature
Résultat IFeature

this() public méthode

public this ( int index ) : IFeature
index int
Résultat IFeature