C# 클래스 Yandex.Direct.Configuration.AuthProviderConfigElement

상속: System.Configuration.ConfigurationElementCollection, IAuthProviderSettings
파일 보기 프로젝트 열기: yapi-net/YandexDirect

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
this ( string key ) : string

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement
CreateNewElement ( string elementName ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

메소드 상세

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

CreateNewElement() 보호된 메소드

protected CreateNewElement ( string elementName ) : ConfigurationElement
elementName string
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string