C# Class Tigwi.UI.Models.Storage.StorageContext

An implementation of a storage context connected to Azure Storage.
Inheritance: IStorageContext
Datei anzeigen Open project: ismaelbelghiti/Tigwi Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SaveChanges ( ) : bool

Commit the changes to the storage.

StorageContext ( IStorage storageObj ) : Tigwi.Storage.Library

Initializes a new instance of the StorageContext class.

Method Details

SaveChanges() public method

Commit the changes to the storage.
public SaveChanges ( ) : bool
return bool

StorageContext() public method

Initializes a new instance of the StorageContext class.
public StorageContext ( IStorage storageObj ) : Tigwi.Storage.Library
storageObj IStorage /// The storage object. ///
return Tigwi.Storage.Library