C# 클래스 Pilgrim.Template.Dialog.AdoDotNetConnectionProperties

상속: IDataConnectionProperties, ICustomTypeDescriptor
파일 보기 프로젝트 열기: juanplopes/pilgrim

공개 메소드들

메소드 설명
Add ( string propertyName ) : void
AdoDotNetConnectionProperties ( string providerName ) : System
Contains ( string propertyName ) : bool
Parse ( string s ) : void
Remove ( string propertyName ) : void
Reset ( ) : void
Reset ( string propertyName ) : void
Test ( ) : void
ToDisplayString ( ) : string
ToFullString ( ) : string
ToString ( ) : string
this ( string propertyName ) : object

보호된 메소드들

메소드 설명
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
Inspect ( DbConnection connection ) : void
OnPropertyChanged ( EventArgs e ) : void
ToTestString ( ) : string

비공개 메소드들

메소드 설명
ICustomTypeDescriptor ( ) : AttributeCollection
ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
ICustomTypeDescriptor ( ) : EventDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
ICustomTypeDescriptor ( ) : PropertyDescriptor
ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( ) : TypeConverter
ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
ICustomTypeDescriptor ( Type editorBaseType ) : object
ICustomTypeDescriptor ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( string propertyName ) : void
propertyName string
리턴 void

AdoDotNetConnectionProperties() 공개 메소드

public AdoDotNetConnectionProperties ( string providerName ) : System
providerName string
리턴 System

Contains() 공개 메소드

public Contains ( string propertyName ) : bool
propertyName string
리턴 bool

GetProperties() 보호된 메소드

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

Inspect() 보호된 메소드

protected Inspect ( DbConnection connection ) : void
connection System.Data.Common.DbConnection
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

Parse() 공개 메소드

public Parse ( string s ) : void
s string
리턴 void

Remove() 공개 메소드

public Remove ( string propertyName ) : void
propertyName string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( string propertyName ) : void
propertyName string
리턴 void

Test() 공개 메소드

public Test ( ) : void
리턴 void

ToDisplayString() 공개 메소드

public ToDisplayString ( ) : string
리턴 string

ToFullString() 공개 메소드

public ToFullString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToTestString() 보호된 메소드

protected ToTestString ( ) : string
리턴 string

this() 공개 메소드

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