C# 클래스 FiftyOne.Foundation.Mobile.Configuration.LocationElement

Contains information for all location specified in the web.config file.
상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection 1 사용 예제들

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