메소드 | 설명 | |
---|---|---|
AddEvent ( string name, |
||
AddEvent ( string name, |
||
AddEventToGroup ( |
||
AddEventToWatchList ( |
||
AddEventToWatchList ( |
||
AddGroup ( string name, string description, ModerationLevel moderation_level, bool is_private ) : |
||
AddTagsToEvent ( |
||
AddVenue ( string venuename, string venueaddress, string venuecity, |
||
AuthenticatedConnection ( string api_key ) : System | ||
AuthenticatedConnection ( string token, string api_key ) : System | ||
CreateToken ( string frob ) : void | ||
EditEvent ( |
||
EditGroup ( |
||
EditVenue ( |
||
GetGroupParams ( string name, string description, ModerationLevel moderation_level, bool is_private ) : Mono.Upcoming.UpcomingParam[] | ||
GetMetroList ( ) : Mono.Upcoming.Metro[] | ||
GetMyGroups ( ) : Mono.Upcoming.Group[] | ||
GetUserInfo ( ) : |
||
GetWatchList ( ) : Mono.Upcoming.Watch[] | ||
JoinGroup ( |
||
LeaveGroup ( |
||
RemoveTagFromEvent ( |
||
RemoveWatch ( |
메소드 | 설명 | |
---|---|---|
CheckToken ( string token ) : void | ||
CreateVenueParams ( string venuename, string venueaddress, string venuecity, int metro_id, string venuezip, string venuephone, string venueurl, string venuedescription, bool is_private ) : |
||
GetEventParams ( string name, string description, int venue_id, int category_id, System.DateTime start_date, bool personal, bool self_promotion ) : Mono.Upcoming.UpcomingParam[] | ||
GetGroupEvents ( int group_id, int page_nr, int events_per_page ) : Mono.Upcoming.Event[] | ||
GetGroupMembers ( int group_id, int page_nr, int members_per_page ) : Mono.Upcoming.User[] | ||
GetGroups ( int event_id ) : Mono.Upcoming.Group[] | ||
GetVenues ( int metro_id ) : Mono.Upcoming.Venue[] |
public AddEvent ( string name, |
||
name | string | |
venue | ||
category | ||
start_date | System.DateTime | |
리턴 |
public AddEvent ( string name, |
||
name | string | |
venue | ||
category | ||
start_date | System.DateTime | |
description | string | |
personal | bool | |
selfpromotion | bool | |
리턴 |
public AddEventToGroup ( |
||
event_to_add | ||
group | ||
리턴 | void |
public AddEventToWatchList ( |
||
event_to_add | ||
리턴 | int |
public AddEventToWatchList ( |
||
event_to_add | ||
status | AttendStatus | |
리턴 | int |
public AddGroup ( string name, string description, ModerationLevel moderation_level, bool is_private ) : |
||
name | string | |
description | string | |
moderation_level | ModerationLevel | |
is_private | bool | |
리턴 |
public AddTagsToEvent ( |
||
event_to_edit | ||
tags | string | |
리턴 | void |
public AddVenue ( string venuename, string venueaddress, string venuecity, |
||
venuename | string | |
venueaddress | string | |
venuecity | string | |
metro | ||
venuezip | string | |
venuephone | string | |
venueurl | ||
venuedescription | string | |
is_private | bool | |
리턴 |
public AuthenticatedConnection ( string api_key ) : System | ||
api_key | string | |
리턴 | System |
public AuthenticatedConnection ( string token, string api_key ) : System | ||
token | string | |
api_key | string | |
리턴 | System |
public GetGroupParams ( string name, string description, ModerationLevel moderation_level, bool is_private ) : Mono.Upcoming.UpcomingParam[] | ||
name | string | |
description | string | |
moderation_level | ModerationLevel | |
is_private | bool | |
리턴 | Mono.Upcoming.UpcomingParam[] |
public RemoveTagFromEvent ( |
||
event_to_edit | ||
tag | string | |
리턴 | void |