C# Класс Mixpanel.NET.MixpanelExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Base64Decode() публичный статический Метод

public static Base64Decode ( this source ) : string
source this
Результат string

Base64Encode() публичный статический Метод

public static Base64Encode ( this source ) : string
source this
Результат string

ComputeHash() публичный статический Метод

public static ComputeHash ( this value ) : string
value this
Результат string

FormatDate() публичный статический Метод

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
Результат string

FormatProperties() публичный статический Метод

public static FormatProperties ( object>.this values ) : object>.IDictionary
values object>.this
Результат object>.IDictionary

ParseEvent() публичный статический Метод

public static ParseEvent ( this data ) : MixpanelEvent
data this
Результат MixpanelEvent

SplitCamelCase() публичный статический Метод

public static SplitCamelCase ( this value ) : string
value this
Результат string

ToMixpanelEvent() публичный статический Метод

public static ToMixpanelEvent ( this @event, bool literalSerialization = false ) : MixpanelEvent
@event this
literalSerialization bool
Результат MixpanelEvent

UriParameters() публичный статический Метод

public static UriParameters ( this query ) : string>.IDictionary
query this
Результат string>.IDictionary