FbApiWrapper - Documentation |
Event Members |
Event Class Constructors Methods Fields Properties See Also Send Feedback |
The Event type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
CreateOrGetCollection<(Of <<'(T>)>>) | (Inherited from FacebookObject.) | |
DeleteObject | (Inherited from FacebookObject.) | |
Equals | (Inherited from Object.) | |
Fetch(String) |
Retrieve the relevant data of the object from facebook server, according to the requested fields
(Inherited from FacebookObject.) |
|
Fetch(DynamicWrapper..::..eLoadOptions) |
Retrieve the relevant data of the object from facebook server, according to the requested [!:eLoadOptions] (Inherited from FacebookObject.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetWrapped<(Of <<'(T>)>>) | (Inherited from DynamicWrapper.) | |
InitializeAfterSet | (Overrides DynamicWrapper..::..InitializeAfterSet()()()().) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
PostLink |
Not Implemented Yet
|
|
PostMessage |
Not Implemented Yet
|
|
Respond |
Responds to an event invitation, with one of the Event..::..eRsvpTypes
|
|
RetrieveCollection<(Of <<'(T>)>>) | (Inherited from FacebookObject.) | |
ToString | If s_UseForamttedToStrings is set to true, returns string.Format("{0} (location: {1})", this.Name, this.Location); otherwise, return ToString()()()() |
|
WrapOrGet<(Of <<'(T>)>>) | (Inherited from DynamicWrapper.) |
Fields
Name | Description | |
---|---|---|
m_DynamicData | (Inherited from DynamicWrapper.) | |
sr_FieldsToLoad |
Properties
Name | Description | |
---|---|---|
AttendingUsers |
Gets the User objects of the users who are attending this event
|
|
DeclinedUsers |
Gets the User objects of the users who declined their invitation to this event.
|
|
Description |
Gets the long-form description of the event
|
|
EndTime |
Gets the end time of the event, as you want it to be displayed on facebook
|
|
FieldsToLoad | (Inherited from DynamicWrapper.) | |
Id |
The id of the current facebook object
(Inherited from FacebookObject.) |
|
ImageLarge | ||
ImageNormal | ||
ImageSmall | ||
ImageSqaure | ||
InvitedUsers |
Gets the User objects of the users who have been invited to this event
|
|
LinkToFacebook |
Gets a link to the event page
|
|
LoadState | (Inherited from DynamicWrapper.) | |
Location |
Gets the location of the event
|
|
MaybeAttendingUsers |
Gets the User objects of the users who have been responded "Maybe" to their invitation to this event
|
|
Name |
Gets the event's title
|
|
NotYetRepliedUsers |
Gets the User objects of the users who have been not yet responded to their invitation to this event
|
|
Owner |
Gets the User object of the profile that created the event
|
|
PictureLargeURL | ||
PictureNormalURL | ||
Pictures |
Gets the PicturesColleciton object that holds the various types of pictures of this event object
|
|
PictureSmallURL | ||
PictureSqaureURL | ||
Privacy |
Gets the visibility of this event
|
|
StartTime |
Gets the start time of the event, as you want it to be displayed on facebook
|
|
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}"
|
|
UpdateTime |
Gets the last time the event was updated
|
|
UpdateTimeString |
Gets a string representing the last update time of the event
in the following format: "{update_date} {update_time}"
|
|
Venue |
Gets the Location of the event (venue)
|
|
WallPosts |
Gets the event's wall as a collection of Post objects
|