C# 클래스 PayPal.AccountCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: paypal/PayPal-NET-SDK

공개 메소드들

메소드 설명
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