Interface ISerializableStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ISerializableStorage
Methods
AddFileWithId(String, Stream, Boolean)
Declaration
void AddFileWithId(string fileId, Stream fileData, bool isSource = false)
Parameters
| Type |
Name |
Description |
| System.String |
fileId |
|
| System.IO.Stream |
fileData |
|
| System.Boolean |
isSource |
|
AddFileWithId(String, String, Boolean)
Declaration
void AddFileWithId(string fileId, string filePath, bool isSource = false)
Parameters
| Type |
Name |
Description |
| System.String |
fileId |
|
| System.String |
filePath |
|
| System.Boolean |
isSource |
|
FileExists(String)
Declaration
bool FileExists(string fileId)
Parameters
| Type |
Name |
Description |
| System.String |
fileId |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetReadStream(String, Boolean)
Declaration
Stream GetReadStream(string fileId, bool isSource = false)
Parameters
| Type |
Name |
Description |
| System.String |
fileId |
|
| System.Boolean |
isSource |
|
Returns
| Type |
Description |
| System.IO.Stream |
|
UpdateLastAccessTime(String)
Declaration
void UpdateLastAccessTime(string storageId)
Parameters
| Type |
Name |
Description |
| System.String |
storageId |
|