C# 클래스 Amazon.MobileAnalytics.Model.Event

A JSON object representing a batch of unique event occurrences in your app.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
MarshallToJson ( ) : string

Creates a Json string from the Event. Expects Event and Session Timestamps to be in UTC.

UnmarshallFromJson ( String eventValue ) : Event

Creates an Event object from Json.

메소드 상세

MarshallToJson() 공개 메소드

Creates a Json string from the Event. Expects Event and Session Timestamps to be in UTC.
public MarshallToJson ( ) : string
리턴 string

UnmarshallFromJson() 공개 정적인 메소드

Creates an Event object from Json.
public static UnmarshallFromJson ( String eventValue ) : Event
eventValue String /// The Json string representing the Event. ///
리턴 Event