C# Класс Tigwi.UI.Models.Storage.StorageContext

An implementation of a storage context connected to Azure Storage.
Наследование: IStorageContext
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
SaveChanges ( ) : bool

Commit the changes to the storage.

StorageContext ( IStorage storageObj ) : Tigwi.Storage.Library

Initializes a new instance of the StorageContext class.

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

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

Commit the changes to the storage.
public SaveChanges ( ) : bool
Результат bool

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

Initializes a new instance of the StorageContext class.
public StorageContext ( IStorage storageObj ) : Tigwi.Storage.Library
storageObj IStorage /// The storage object. ///
Результат Tigwi.Storage.Library