C# 클래스 KeeAnywhere.StorageProviders.AmazonDrive.AmazonDriveStorageProvider

상속: IStorageProvider
파일 보기 프로젝트 열기: Kyrodan/KeeAnywhere

공개 메소드들

메소드 설명
AmazonDriveStorageProvider ( AccountConfiguration account ) : System
GetChildrenByParentItem ( StorageProviderItem parent ) : Task>
GetRootItem ( ) : Task
IsFilenameValid ( string filename ) : bool
Load ( string path ) : Task
Save ( Stream stream, string path ) : Task

보호된 메소드들

메소드 설명
GetApi ( ) : Task

비공개 메소드들

메소드 설명
CreateStorageProviderItem ( StorageProviderItem parent, AmazonNode item ) : StorageProviderItem

메소드 상세

AmazonDriveStorageProvider() 공개 메소드

public AmazonDriveStorageProvider ( AccountConfiguration account ) : System
account KeeAnywhere.Configuration.AccountConfiguration
리턴 System

GetApi() 보호된 메소드

protected GetApi ( ) : Task
리턴 Task

GetChildrenByParentItem() 공개 메소드

public GetChildrenByParentItem ( StorageProviderItem parent ) : Task>
parent StorageProviderItem
리턴 Task>

GetRootItem() 공개 메소드

public GetRootItem ( ) : Task
리턴 Task

IsFilenameValid() 공개 메소드

public IsFilenameValid ( string filename ) : bool
filename string
리턴 bool

Load() 공개 메소드

public Load ( string path ) : Task
path string
리턴 Task

Save() 공개 메소드

public Save ( Stream stream, string path ) : Task
stream Stream
path string
리턴 Task