C# Class PayPal.AccountCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: paypal/PayPal-NET-SDK

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement

Creates a new PayPal.Account.

GetElementKey ( ConfigurationElement element ) : object

Gets the API username for the specified ConfigurationElement.

Method Details

Account() public méthode

Gets the PayPal.Account at the specified index.
public Account ( int index ) : Account
index int Index of the .
Résultat Account

Account() public méthode

Gets the PayPal.Account for the specified value.
public Account ( string value ) : Account
value string The value of the .
Résultat Account

CreateNewElement() protected méthode

Creates a new PayPal.Account.
protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

Gets the API username for the specified ConfigurationElement.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The element to be used.
Résultat object

this() public méthode

Index operator that looks up an PayPal.Account at the specified index.
public this ( int index ) : Account
index int
Résultat Account

this() public méthode

Index operator that looks up an PayPal.Account for the specified name.
public this ( string name ) : Account
name string
Résultat Account