C# Класс FiftyOne.Foundation.Mobile.Configuration.LocationElement

Contains information for all location specified in the web.config file.
Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект Примеры использования класса

Private Properties

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

Защищенные методы

Метод Описание
CreateNewElement ( ) : ConfigurationElement

Creates a new instance of FilterElement.

GetElementKey ( ConfigurationElement element ) : object

Get the element key. Check for empty strings and return null to avoid a problem with the defaultvalue property of the key element becoming an empty string and causing a duplicate key exception within .NET.

Приватные методы

Метод Описание
Add ( FilterElement element ) : void

Adds a new filter to the location collection.

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

CreateNewElement() защищенный Метод

Creates a new instance of FilterElement.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

Get the element key. Check for empty strings and return null to avoid a problem with the defaultvalue property of the key element becoming an empty string and causing a duplicate key exception within .NET.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Результат object