Search Results for

    Show / Hide Table of Contents

    Class GeoFence

    Represents a geofence

    Inheritance
    System.Object
    GeoFence
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Contact
    Assembly: Simplic.Contact.dll
    Syntax
    public class GeoFence

    Properties

    | Improve this Doc View Source

    Color

    Gets or sets the color

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ContactGuid

    Gets or sets the contact guidid

    Declaration
    public Guid ContactGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    GeoCoordinates

    Declaration
    public IList<GeoCoordinate> GeoCoordinates { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Device.Location.GeoCoordinate>
    | Improve this Doc View Source

    GeoCoordinatesByte

    Gets or sets the geo coordinates as byte

    Declaration
    public byte[] GeoCoordinatesByte { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Guid

    Gets or sets the geo fence id

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Name

    Gets or sets the name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx