C# 클래스 Mixpanel.NET.MixpanelExtension

파일 보기 프로젝트 열기: fistbump/framework

공개 메소드들

메소드 설명
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