Class Location
Inheritance
System.Object
Location
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Location
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Location
Constructors
View SourceLocation()
Declaration
public Location()
Location(Location)
Declaration
public Location(Location cc)
Parameters
Type | Name | Description |
---|---|---|
Location | cc |
Fields
View SourceActionType
Declaration
public string ActionType
Field Value
Type | Description |
---|---|
System.String |
GlobalPoints
Declaration
public List<GlobalPoint> GlobalPoints
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<GlobalPoint> |
Id
Declaration
public int Id
Field Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Pois
Declaration
public List<PointOfInterest> Pois
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<PointOfInterest> |
ProductId
Declaration
public int ProductId
Field Value
Type | Description |
---|---|
System.Int32 |
TriggerType
Declaration
public string TriggerType
Field Value
Type | Description |
---|---|
System.String |