C# 클래스 Facebook.Graph.GraphEvent

상속: GraphEntity, ISearchableEntity
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Attend ( ) : void

RSVPs to the event on behalf of the user who is currently logged in.

This method is not available in Silverlight. The corresponding API is AttendAsync(Action).

AttendAsync ( System.Action callback ) : void

Asynchronously RSVPs to the event on behalf of the user who is currently logged in.

Decline ( ) : void

Declines the event on behalf of the user who is currently logged-in.

This method is not available in Silverlight. The corresponding API is RsvpMaybeAsync(Action).

DeclineAsync ( System.Action callback ) : void

Asynchronously declines the event on behalf of the user who is currently logged-in.

GraphEvent ( ) : System

Creates a new, empty GraphEvent.

GraphEvent ( JToken source, GraphSession session ) : System

Creates a new GraphEvent from the specified JSON object and GraphSession.

RsvpMaybe ( ) : void

RSVPs "Maybe" to the event on behalf of the user who is currently logged in.

This method is not available in Silverlight. The corresponding API is RsvpMaybeAsync(Action).

RsvpMaybeAsync ( System.Action callback ) : void

Asynchronously RSVPs "Maybe" to the event on behalf of the user who is currently logged in.

메소드 상세

Attend() 공개 메소드

RSVPs to the event on behalf of the user who is currently logged in.

This method is not available in Silverlight. The corresponding API is AttendAsync(Action).

public Attend ( ) : void
리턴 void

AttendAsync() 공개 메소드

Asynchronously RSVPs to the event on behalf of the user who is currently logged in.
public AttendAsync ( System.Action callback ) : void
callback System.Action A callback to execute on completion of the request.
리턴 void

Decline() 공개 메소드

Declines the event on behalf of the user who is currently logged-in.

This method is not available in Silverlight. The corresponding API is RsvpMaybeAsync(Action).

public Decline ( ) : void
리턴 void

DeclineAsync() 공개 메소드

Asynchronously declines the event on behalf of the user who is currently logged-in.
public DeclineAsync ( System.Action callback ) : void
callback System.Action A callback to execute on completion of the request.
리턴 void

GraphEvent() 공개 메소드

Creates a new, empty GraphEvent.
public GraphEvent ( ) : System
리턴 System

GraphEvent() 공개 메소드

Creates a new GraphEvent from the specified JSON object and GraphSession.
public GraphEvent ( JToken source, GraphSession session ) : System
source JToken The source JSON object.
session GraphSession The session that is creating the object.
리턴 System

RsvpMaybe() 공개 메소드

RSVPs "Maybe" to the event on behalf of the user who is currently logged in.

This method is not available in Silverlight. The corresponding API is RsvpMaybeAsync(Action).

public RsvpMaybe ( ) : void
리턴 void

RsvpMaybeAsync() 공개 메소드

Asynchronously RSVPs "Maybe" to the event on behalf of the user who is currently logged in.
public RsvpMaybeAsync ( System.Action callback ) : void
callback System.Action A callback to execute on completion of the request.
리턴 void