C# Class Mixpanel.NET.MixpanelExtension

Afficher le fichier Open project: fistbump/framework

Méthodes publiques

Méthode Description
Base64Decode ( this source ) : string
Base64Encode ( this source ) : string
ComputeHash ( this value ) : string
FormatDate ( this value ) : string

Converts the time to "sortable" format which MixPanel understands https://mixpanel.com/docs/properties-or-segments/property-data-types http://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.110).aspx

FormatProperties ( object>.this values ) : object>.IDictionary
ParseEvent ( this data ) : MixpanelEvent
SplitCamelCase ( this value ) : string
ToMixpanelEvent ( this @event, bool literalSerialization = false ) : MixpanelEvent
UriParameters ( this query ) : string>.IDictionary

Method Details

Base64Decode() public static méthode

public static Base64Decode ( this source ) : string
source this
Résultat string

Base64Encode() public static méthode

public static Base64Encode ( this source ) : string
source this
Résultat string

ComputeHash() public static méthode

public static ComputeHash ( this value ) : string
value this
Résultat string

FormatDate() public static méthode

Converts the time to "sortable" format which MixPanel understands https://mixpanel.com/docs/properties-or-segments/property-data-types http://msdn.microsoft.com/en-us/library/az4se3k1(v=vs.110).aspx
public static FormatDate ( this value ) : string
value this
Résultat string

FormatProperties() public static méthode

public static FormatProperties ( object>.this values ) : object>.IDictionary
values object>.this
Résultat object>.IDictionary

ParseEvent() public static méthode

public static ParseEvent ( this data ) : MixpanelEvent
data this
Résultat MixpanelEvent

SplitCamelCase() public static méthode

public static SplitCamelCase ( this value ) : string
value this
Résultat string

ToMixpanelEvent() public static méthode

public static ToMixpanelEvent ( this @event, bool literalSerialization = false ) : MixpanelEvent
@event this
literalSerialization bool
Résultat MixpanelEvent

UriParameters() public static méthode

public static UriParameters ( this query ) : string>.IDictionary
query this
Résultat string>.IDictionary