Search Results for

    Show / Hide Table of Contents

    Interface IGeoFenceRepository

    Geo fence repository

    Namespace: Simplic.Contact
    Assembly: Simplic.Contact.dll
    Syntax
    public interface IGeoFenceRepository

    Methods

    | Improve this Doc View Source

    GetByContactId(Guid)

    Get a list of geofences by there contact id

    Declaration
    IEnumerable<GeoFence> GetByContactId(Guid contactGuid)
    Parameters
    Type Name Description
    System.Guid contactGuid
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<GeoFence>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx