C# Класс Rock.Storage.Provider.Database

Наследование: ProviderComponent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteContent ( BinaryFile file ) : void

Deletes the content from the external storage medium associated with the provider.

GetContentStream ( BinaryFile file ) : Stream

Gets the contents from the external storage medium associated with the provider

SaveContent ( BinaryFile file ) : void

Saves the binary file contents to the external storage medium associated with the provider.

Описание методов

DeleteContent() публичный Метод

Deletes the content from the external storage medium associated with the provider.
public DeleteContent ( BinaryFile file ) : void
file BinaryFile The file.
Результат void

GetContentStream() публичный Метод

Gets the contents from the external storage medium associated with the provider
public GetContentStream ( BinaryFile file ) : Stream
file BinaryFile The file.
Результат System.IO.Stream

SaveContent() публичный Метод

Saves the binary file contents to the external storage medium associated with the provider.
public SaveContent ( BinaryFile file ) : void
file BinaryFile The file.
Результат void