Event Members

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

The Event type exposes the following members.

Constructors

  Name Description
Public method Event
Initializes a new instance of the Event class

Methods

  Name Description
Protected method CreateOrGetCollection<(Of <<'(T>)>>) (Inherited from FacebookObject.)
Protected method DeleteObject (Inherited from FacebookObject.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Fetch(String)
Retrieve the relevant data of the object from facebook server, according to the requested fields
(Inherited from FacebookObject.)
Public method Fetch(DynamicWrapper..::..eLoadOptions)
Retrieve the relevant data of the object from facebook server, according to the requested [!:eLoadOptions]
(Inherited from FacebookObject.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetWrapped<(Of <<'(T>)>>) (Inherited from DynamicWrapper.)
Protected method InitializeAfterSet (Overrides DynamicWrapper..::..InitializeAfterSet()()()().)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method PostLink
Not Implemented Yet
Public method PostMessage
Not Implemented Yet
Public method Respond
Responds to an event invitation, with one of the Event..::..eRsvpTypes
Protected method RetrieveCollection<(Of <<'(T>)>>) (Inherited from FacebookObject.)
Public method ToString

If s_UseForamttedToStrings is set to true, returns string.Format("{0} (location: {1})", this.Name, this.Location);

otherwise, return ToString()()()()

(Overrides Object..::..ToString()()()().)
Public method WrapOrGet<(Of <<'(T>)>>) (Inherited from DynamicWrapper.)

Fields

  Name Description
Protected field m_DynamicData (Inherited from DynamicWrapper.)
Public field Static member sr_FieldsToLoad

Properties

  Name Description
Public property AttendingUsers
Gets the User objects of the users who are attending this event
Public property DeclinedUsers
Gets the User objects of the users who declined their invitation to this event.
Public property Description
Gets the long-form description of the event
Public property EndTime
Gets the end time of the event, as you want it to be displayed on facebook
Protected property FieldsToLoad (Inherited from DynamicWrapper.)
Public property Id
The id of the current facebook object
(Inherited from FacebookObject.)
Public property ImageLarge
Public property ImageNormal
Public property ImageSmall
Public property ImageSqaure
Public property InvitedUsers
Gets the User objects of the users who have been invited to this event
Public property LinkToFacebook
Gets a link to the event page
Public property LoadState (Inherited from DynamicWrapper.)
Public property Location
Gets the location of the event
Public property MaybeAttendingUsers
Gets the User objects of the users who have been responded "Maybe" to their invitation to this event
Public property Name
Gets the event's title
Public property NotYetRepliedUsers
Gets the User objects of the users who have been not yet responded to their invitation to this event
Public property Owner
Gets the User object of the profile that created the event
Public property PictureLargeURL
Public property PictureNormalURL
Public property Pictures
Gets the PicturesColleciton object that holds the various types of pictures of this event object
Public property PictureSmallURL
Public property PictureSqaureURL
Public property Privacy
Gets the visibility of this event
Public property StartTime
Gets the start time of the event, as you want it to be displayed on facebook
Public property TimeString
Gets a string representing the start and end time of the event in the following format: "{start_date} {start_time} - {end_date} {end_time}"
Public property UpdateTime
Gets the last time the event was updated
Public property UpdateTimeString
Gets a string representing the last update time of the event in the following format: "{update_date} {update_time}"
Public property Venue
Gets the Location of the event (venue)
Public property WallPosts
Gets the event's wall as a collection of Post objects

See Also