Show / Hide Table of Contents

Class TrackEventItem

Queue item - captures environment at time of enqueue

Inheritance
object
TrackEventItem
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public class TrackEventItem

Constructors

TrackEventItem(TrackEvent)

Queue item - captures environment at time of enqueue

Declaration
public TrackEventItem(TrackEvent trackEvent)
Parameters
Type Name Description
TrackEvent trackEvent

Properties

AmplitudeSessionId

Queue item - captures environment at time of enqueue

Declaration
public string AmplitudeSessionId { get; set; }
Property Value
Type Description
string

EnqueuedAt

Queue item - captures environment at time of enqueue

Declaration
public DateTimeOffset EnqueuedAt { get; }
Property Value
Type Description
DateTimeOffset

GroupProperties

Queue item - captures environment at time of enqueue

Declaration
public Dictionary<string, object> GroupProperties { get; set; }
Property Value
Type Description
Dictionary<string, object>

LanguageIso2

Queue item - captures environment at time of enqueue

Declaration
public string LanguageIso2 { get; set; }
Property Value
Type Description
string

PartnerAppName

Queue item - captures environment at time of enqueue

Declaration
public string PartnerAppName { get; set; }
Property Value
Type Description
string

ShouldSend

Queue item - captures environment at time of enqueue

Declaration
public bool ShouldSend { get; }
Property Value
Type Description
bool

TrackEvent

Queue item - captures environment at time of enqueue

Declaration
public TrackEvent TrackEvent { get; set; }
Property Value
Type Description
TrackEvent

UserProperties

Queue item - captures environment at time of enqueue

Declaration
public Dictionary<string, object> UserProperties { get; set; }
Property Value
Type Description
Dictionary<string, object>

UserflowSessionId

Queue item - captures environment at time of enqueue

Declaration
public string UserflowSessionId { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top