C# Class Pilgrim.Template.Dialog.AdoDotNetConnectionProperties

Inheritance: IDataConnectionProperties, ICustomTypeDescriptor
Mostra file Open project: juanplopes/pilgrim

Public Methods

Method Description
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

Protected Methods

Method Description
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
Inspect ( DbConnection connection ) : void
OnPropertyChanged ( EventArgs e ) : void
ToTestString ( ) : string

Private Methods

Method Description
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

Method Details

Add() public method

public Add ( string propertyName ) : void
propertyName string
return void

AdoDotNetConnectionProperties() public method

public AdoDotNetConnectionProperties ( string providerName ) : System
providerName string
return System

Contains() public method

public Contains ( string propertyName ) : bool
propertyName string
return bool

GetProperties() protected method

protected GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

Inspect() protected method

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

OnPropertyChanged() protected method

protected OnPropertyChanged ( EventArgs e ) : void
e System.EventArgs
return void

Parse() public method

public Parse ( string s ) : void
s string
return void

Remove() public method

public Remove ( string propertyName ) : void
propertyName string
return void

Reset() public method

public Reset ( ) : void
return void

Reset() public method

public Reset ( string propertyName ) : void
propertyName string
return void

Test() public method

public Test ( ) : void
return void

ToDisplayString() public method

public ToDisplayString ( ) : string
return string

ToFullString() public method

public ToFullString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

ToTestString() protected method

protected ToTestString ( ) : string
return string

this() public method

public this ( string propertyName ) : object
propertyName string
return object