C# Class AccidentalFish.ApplicationSupport.Core.Configuration.ApplicationStorageAccount

Represents an application storage account
Show file Open project: JamesRandall/AccidentalFish.ApplicationSupport Class Usage Examples

Public Methods

Method Description
ApplicationStorageAccount ( ) : System.Collections.Generic

Constructor

ApplicationStorageAccount ( System.Xml.Linq.XElement element ) : System.Collections.Generic

Constructor

Method Details

ApplicationStorageAccount() public method

Constructor
public ApplicationStorageAccount ( ) : System.Collections.Generic
return System.Collections.Generic

ApplicationStorageAccount() public method

Constructor
public ApplicationStorageAccount ( System.Xml.Linq.XElement element ) : System.Collections.Generic
element System.Xml.Linq.XElement XML element to construct the storage account from
return System.Collections.Generic