C# 클래스 nature_net.file_manager

파일 보기 프로젝트 열기: naturenet/nature-net-ppi

공개 메소드들

메소드 설명
add_user_to_googledrive ( int user_id, string username, string avatar ) : void
download_file_from_googledirve ( string file_name, int contribution_id ) : bool
retrieve_and_process_idea_changes_from_googledrive ( ) : void
retrieve_and_process_media_changes_from_googledrive ( ) : void
retrieve_and_process_user_changes_from_googledrive ( ) : void

비공개 메소드들

메소드 설명
googledrive_getauthorization ( Google.Apis.Authentication.OAuth2.DotNetOpenAuth.NativeApplicationClient client ) : IAuthorizationState

메소드 상세

add_user_to_googledrive() 공개 정적인 메소드

public static add_user_to_googledrive ( int user_id, string username, string avatar ) : void
user_id int
username string
avatar string
리턴 void

download_file_from_googledirve() 공개 정적인 메소드

public static download_file_from_googledirve ( string file_name, int contribution_id ) : bool
file_name string
contribution_id int
리턴 bool

retrieve_and_process_idea_changes_from_googledrive() 공개 정적인 메소드

public static retrieve_and_process_idea_changes_from_googledrive ( ) : void
리턴 void

retrieve_and_process_media_changes_from_googledrive() 공개 정적인 메소드

public static retrieve_and_process_media_changes_from_googledrive ( ) : void
리턴 void

retrieve_and_process_user_changes_from_googledrive() 공개 정적인 메소드

public static retrieve_and_process_user_changes_from_googledrive ( ) : void
리턴 void