Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to the current CmisSync.Lib.Storage.Database.Entities.FileTransmissionObject.
|
|
FileTransmissionObject ( TransmissionType type, IFileInfo localFile, IDocument remoteFile ) : System |
Initializes a new instance of the CmisSync.Lib.Storage.Database.Entities.FileTransmissionObject class.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a CmisSync.Lib.Storage.Database.Entities.FileTransmissionObject object.
|
Method | Description | |
---|---|---|
FileTransmissionObject ( ) : System |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public FileTransmissionObject ( TransmissionType type, IFileInfo localFile, IDocument remoteFile ) : System | ||
type | TransmissionType | Type of transmission. |
localFile | IFileInfo | Local file. |
remoteFile | IDocument | Remote file. |
return | System |