C# Класс PayPal.AccountCollection

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
Account ( int index ) : Account

Gets the PayPal.Account at the specified index.

Account ( string value ) : Account

Gets the PayPal.Account for the specified value.

this ( int index ) : Account

Index operator that looks up an PayPal.Account at the specified index.

this ( string name ) : Account

Index operator that looks up an PayPal.Account for the specified name.

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

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

Creates a new PayPal.Account.

GetElementKey ( ConfigurationElement element ) : object

Gets the API username for the specified ConfigurationElement.

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

Account() публичный Метод

Gets the PayPal.Account at the specified index.
public Account ( int index ) : Account
index int Index of the .
Результат Account

Account() публичный Метод

Gets the PayPal.Account for the specified value.
public Account ( string value ) : Account
value string The value of the .
Результат Account

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

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

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

Gets the API username for the specified ConfigurationElement.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The element to be used.
Результат object

this() публичный Метод

Index operator that looks up an PayPal.Account at the specified index.
public this ( int index ) : Account
index int
Результат Account

this() публичный Метод

Index operator that looks up an PayPal.Account for the specified name.
public this ( string name ) : Account
name string
Результат Account