C# 클래스 MySql.Data.MySqlClient.DbConnectionStringBuilder

상속: IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net

공개 메소드들

메소드 설명
Add ( object key, object value ) : void
Clear ( ) : void
Contains ( object key ) : bool
CopyTo ( Array array, int index ) : void
DbConnectionStringBuilder ( ) : System
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEnumerator ( ) : IDictionaryEnumerator
GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
Remove ( object key ) : void
TryGetValue ( string keyword, object &value ) : object
this ( object key ) : object
this ( string key ) : object

비공개 메소드들

메소드 설명
CleanValue ( string value ) : string
IEnumerable ( ) : IEnumerator
ParseConnectionString ( string connectString ) : void

메소드 상세

Add() 공개 메소드

public Add ( object key, object value ) : void
key object
value object
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( object key ) : bool
key object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

DbConnectionStringBuilder() 공개 메소드

public DbConnectionStringBuilder ( ) : System
리턴 System

GetAttributes() 공개 메소드

public GetAttributes ( ) : AttributeCollection
리턴 System.ComponentModel.AttributeCollection

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetComponentName() 공개 메소드

public GetComponentName ( ) : string
리턴 string

GetConverter() 공개 메소드

public GetConverter ( ) : TypeConverter
리턴 System.ComponentModel.TypeConverter

GetDefaultEvent() 공개 메소드

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
리턴 System.ComponentModel.EventDescriptor

GetDefaultProperty() 공개 메소드

public GetDefaultProperty ( ) : PropertyDescriptor
리턴 System.ComponentModel.PropertyDescriptor

GetEditor() 공개 메소드

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
리턴 object

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IDictionaryEnumerator
리턴 IDictionaryEnumerator

GetEvents() 공개 메소드

public GetEvents ( ) : EventDescriptorCollection
리턴 System.ComponentModel.EventDescriptorCollection

GetEvents() 공개 메소드

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.EventDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() 공개 메소드

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
리턴 object

Remove() 공개 메소드

public Remove ( object key ) : void
key object
리턴 void

TryGetValue() 공개 메소드

public TryGetValue ( string keyword, object &value ) : object
keyword string
value object
리턴 object

this() 공개 메소드

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

this() 공개 메소드

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