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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Commit the changes to the storage.
public SaveChanges ( ) : bool
Résultat bool

StorageContext() public méthode

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