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 SourceColor
Gets or sets the color
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContactGuid
Gets or sets the contact guidid
Declaration
public Guid ContactGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
GeoCoordinates
Declaration
public IList<GeoCoordinate> GeoCoordinates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Device.Location.GeoCoordinate> |
GeoCoordinatesByte
Gets or sets the geo coordinates as byte
Declaration
public byte[] GeoCoordinatesByte { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Guid
Gets or sets the geo fence id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |