C# 클래스 CmisSync.Lib.Storage.Database.FileTransmissionStorage

File transmission storage.
상속: IFileTransmissionStorage
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
ClearObjectList ( ) : void

Clears the object list.

GetObjectByLocalPath ( string localPath ) : IFileTransmissionObject
GetObjectByRemoteObjectId ( string remoteObjectId ) : IFileTransmissionObject
GetObjectList ( ) : IList
RemoveObjectByRemoteObjectId ( string remoteObjectId ) : void
SaveObject ( IFileTransmissionObject obj ) : void

비공개 메소드들

메소드 설명
FileTransmissionStorage ( ) : System
FileTransmissionStorage ( DBreezeEngine engine, long chunkSize = CmisSync.Lib.Config.Config.DefaultChunkSize ) : System

메소드 상세

ClearObjectList() 공개 메소드

Clears the object list.
public ClearObjectList ( ) : void
리턴 void

GetObjectByLocalPath() 공개 메소드

public GetObjectByLocalPath ( string localPath ) : IFileTransmissionObject
localPath string
리턴 IFileTransmissionObject

GetObjectByRemoteObjectId() 공개 메소드

public GetObjectByRemoteObjectId ( string remoteObjectId ) : IFileTransmissionObject
remoteObjectId string
리턴 IFileTransmissionObject

GetObjectList() 공개 메소드

public GetObjectList ( ) : IList
리턴 IList

RemoveObjectByRemoteObjectId() 공개 메소드

public RemoveObjectByRemoteObjectId ( string remoteObjectId ) : void
remoteObjectId string
리턴 void

SaveObject() 공개 메소드

public SaveObject ( IFileTransmissionObject obj ) : void
obj IFileTransmissionObject
리턴 void