![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowDriveFileSelection | WithCredentials (ICredentials credentials) |
| IAllowLocalFileOperations | WithLocalFile (GPALFile file) |
| IAllowRemoteFileOperations | WithFileId (string fileId) |
| IAllowRemoteFileOperations | WithFileName (string name) |
| IAllowDriveActions | UploadTo (string fileName) |
| IAllowDriveActions | SaveTo (GPALFile destination) |
| IAllowDriveActions | DeleteFile () |
| IAllowDriveActions | RenameTo (string newName) |
| IAllowDriveActions | MoveTo (string folderId) |
| IAllowDriveListOperations | WithFileIds (out IGPALGrid< string > fileIds) |
| IAllowDriveListOperations | ListFiles (out IGPALGrid< string > files) |
| IGoogleDrive | ToGPALObject () |
Definition at line 80 of file GoogleDrive.cs.
| IAllowDriveActions GenerallyPositive.GoogleDrive.DeleteFile | ( | ) |
Implements GenerallyPositive.IAllowRemoteFileOperations.
Definition at line 226 of file GoogleDrive.cs.
| IAllowDriveListOperations GenerallyPositive.GoogleDrive.ListFiles | ( | out IGPALGrid< string > | files | ) |
Implements GenerallyPositive.IAllowRemoteFileOperations.
Definition at line 356 of file GoogleDrive.cs.
| IAllowDriveActions GenerallyPositive.GoogleDrive.MoveTo | ( | string | folderId | ) |
Implements GenerallyPositive.IAllowRemoteFileOperations.
Definition at line 283 of file GoogleDrive.cs.
| IAllowDriveActions GenerallyPositive.GoogleDrive.RenameTo | ( | string | newName | ) |
Implements GenerallyPositive.IAllowRemoteFileOperations.
Definition at line 248 of file GoogleDrive.cs.
| IAllowDriveActions GenerallyPositive.GoogleDrive.SaveTo | ( | GPALFile | destination | ) |
Implements GenerallyPositive.IAllowRemoteFileOperations.
Definition at line 187 of file GoogleDrive.cs.
| IGoogleDrive GenerallyPositive.GoogleDrive.ToGPALObject | ( | ) |
Implements GenerallyPositive.IAllowToGPALObject< TResult >.
Definition at line 387 of file GoogleDrive.cs.
| IAllowDriveActions GenerallyPositive.GoogleDrive.UploadTo | ( | string | fileName | ) |
Implements GenerallyPositive.IAllowLocalFileOperations.
Definition at line 142 of file GoogleDrive.cs.
| IAllowDriveFileSelection GenerallyPositive.GoogleDrive.WithCredentials | ( | ICredentials | credentials | ) |
Implements GenerallyPositive.IAllowDriveCredentials.
Definition at line 95 of file GoogleDrive.cs.
| IAllowRemoteFileOperations GenerallyPositive.GoogleDrive.WithFileId | ( | string | fileId | ) |
Implements GenerallyPositive.IAllowDriveFileSelection.
Definition at line 107 of file GoogleDrive.cs.
| IAllowDriveListOperations GenerallyPositive.GoogleDrive.WithFileIds | ( | out IGPALGrid< string > | fileIds | ) |
Implements GenerallyPositive.IAllowRemoteFileOperations.
Definition at line 324 of file GoogleDrive.cs.
| IAllowRemoteFileOperations GenerallyPositive.GoogleDrive.WithFileName | ( | string | name | ) |
Implements GenerallyPositive.IAllowDriveFileSelection.
Definition at line 113 of file GoogleDrive.cs.
| IAllowLocalFileOperations GenerallyPositive.GoogleDrive.WithLocalFile | ( | GPALFile | file | ) |
Implements GenerallyPositive.IAllowDriveFileSelection.
Definition at line 101 of file GoogleDrive.cs.