Class BlobProfileDownloadElementCollection

Inheritance
System.Object
BlobProfileDownloadElementCollection
Namespace: Mediachase.BusinessFoundation.Blob.BlobProfileDownload.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class BlobProfileDownloadElementCollection : ConfigurationElementCollection

Constructors

BlobProfileDownloadElementCollection()

Declaration
public BlobProfileDownloadElementCollection()

Properties

Item[Int32]

Declaration
public BlobProfileDownloadElement this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
BlobProfileDownloadElement

Methods

CreateNewElement()

Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type Description
System.Configuration.ConfigurationElement

GetElementKey(ConfigurationElement)

Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type Name Description
System.Configuration.ConfigurationElement element
Returns
Type Description
System.Object