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

A collection of UrlCollection. This class cannot be inherited.
상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

공개 메소드들

메소드 설명
Add ( UrlElement element ) : void

Add element into the collection.

Clear ( ) : void

Removes all configuration elements from the collection.

IndexOf ( UrlElement element ) : int

Gets the index of the specific element inside the collection.

Remove ( UrlElement element ) : void

Removes a UrlElement from the collection.

Remove ( string url ) : void

Removes a System.Configuration.ConfigurationElement from the collection.

RemoveAt ( int index ) : void

Removes a UrlElement at the specified index location.

this ( int index ) : UrlElement

Gets or sets the UrlElement.

this ( string name ) : UrlElement

Gets or sets the UrlElement.

보호된 메소드들

메소드 설명
BaseAdd ( ConfigurationElement element ) : void

Add element to the base collection.

CreateNewElement ( ) : ConfigurationElement

Creates a new instance of UrlElement.

GetElementKey ( ConfigurationElement element ) : Object

Gets the element key value.

메소드 상세

Add() 공개 메소드

Add element into the collection.
thrown if equals null.
public Add ( UrlElement element ) : void
element UrlElement a to add to the collection.
리턴 void

BaseAdd() 보호된 메소드

Add element to the base collection.
protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
리턴 void

Clear() 공개 메소드

Removes all configuration elements from the collection.
public Clear ( ) : void
리턴 void

CreateNewElement() 보호된 메소드

Creates a new instance of UrlElement.
protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

Gets the element key value.
protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
리턴 Object

IndexOf() 공개 메소드

Gets the index of the specific element inside the collection.
thrown if equals null.
public IndexOf ( UrlElement element ) : int
element UrlElement a to locate in the the collection.
리턴 int

Remove() 공개 메소드

Removes a UrlElement from the collection.
thrown if equals null.
public Remove ( UrlElement element ) : void
element UrlElement a to remove from the collection.
리턴 void

Remove() 공개 메소드

Removes a System.Configuration.ConfigurationElement from the collection.
thrown if equals null.
public Remove ( string url ) : void
url string Url of the element in the collection to remove.
리턴 void

RemoveAt() 공개 메소드

Removes a UrlElement at the specified index location.
Thrown if is less than zero or bigger than the number of indexes on the collections.
public RemoveAt ( int index ) : void
index int Index of the element to remove in the collection.
리턴 void

this() 공개 메소드

Gets or sets the UrlElement.
public this ( int index ) : UrlElement
index int
리턴 UrlElement

this() 공개 메소드

Gets or sets the UrlElement.
public this ( string name ) : UrlElement
name string
리턴 UrlElement