Show / Hide Table of Contents

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 Source

Location()

Declaration
public Location()
View Source

Location(Location)

Declaration
public Location(Location cc)
Parameters
Type Name Description
Location cc

Fields

View Source

ActionType

Declaration
public string ActionType
Field Value
Type Description
System.String
View Source

GlobalPoints

Declaration
public List<GlobalPoint> GlobalPoints
Field Value
Type Description
System.Collections.Generic.List<GlobalPoint>
View Source

Id

Declaration
public int Id
Field Value
Type Description
System.Int32
View Source

Name

Declaration
public string Name
Field Value
Type Description
System.String
View Source

Pois

Declaration
public List<PointOfInterest> Pois
Field Value
Type Description
System.Collections.Generic.List<PointOfInterest>
View Source

ProductId

Declaration
public int ProductId
Field Value
Type Description
System.Int32
View Source

TriggerType

Declaration
public string TriggerType
Field Value
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX