메소드 | 설명 | |
---|---|---|
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 |
||
ParseEvent ( this data ) : MixpanelEvent | ||
SplitCamelCase ( this value ) : string | ||
ToMixpanelEvent ( this @event, bool literalSerialization = false ) : MixpanelEvent | ||
UriParameters ( this query ) : string>.IDictionary |
public static FormatProperties ( object>.this |
||
values | object>.this | |
리턴 | object>.IDictionary |
public static ParseEvent ( this data ) : MixpanelEvent | ||
data | this | |
리턴 | MixpanelEvent |
public static SplitCamelCase ( this value ) : string | ||
value | this | |
리턴 | string |
public static ToMixpanelEvent ( this @event, bool literalSerialization = false ) : MixpanelEvent | ||
@event | this | |
literalSerialization | bool | |
리턴 | MixpanelEvent |
public static UriParameters ( this query ) : string>.IDictionary |
||
query | this | |
리턴 | string>.IDictionary |