Show / Hide Table of Contents

    Interface IFeatures

    Inherited Members
    System.Collections.Generic.IEnumerable<Mapsui.Providers.IFeature>.GetEnumerator()
    Namespace: Mapsui.Providers
    Assembly: Mapsui.dll
    Syntax
    public interface IFeatures : IEnumerable<IFeature>, IEnumerable

    Properties

    | Improve this Doc View Source

    PrimaryKey

    Declaration
    string PrimaryKey { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Add(IFeature)

    Declaration
    void Add(IFeature feature)
    Parameters
    Type Name Description
    IFeature feature
    | Improve this Doc View Source

    Clear()

    Declaration
    void Clear()
    | Improve this Doc View Source

    Delete(Object)

    Declaration
    void Delete(object id)
    Parameters
    Type Name Description
    System.Object id
    | Improve this Doc View Source

    New()

    Declaration
    IFeature New()
    Returns
    Type Description
    IFeature

    Extension Methods

    FeatureExtensions.Copy(IEnumerable<IFeature>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX