C# Class Pilgrim.Template.Dialog.AdoDotNetConnectionProperties

Inheritance: IDataConnectionProperties, ICustomTypeDescriptor
Afficher le fichier Open project: juanplopes/pilgrim

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public Add ( string propertyName ) : void
propertyName string
Résultat void

AdoDotNetConnectionProperties() public méthode

public AdoDotNetConnectionProperties ( string providerName ) : System
providerName string
Résultat System

Contains() public méthode

public Contains ( string propertyName ) : bool
propertyName string
Résultat bool

GetProperties() protected méthode

protected GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection

Inspect() protected méthode

protected Inspect ( DbConnection connection ) : void
connection System.Data.Common.DbConnection
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

Parse() public méthode

public Parse ( string s ) : void
s string
Résultat void

Remove() public méthode

public Remove ( string propertyName ) : void
propertyName string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Reset() public méthode

public Reset ( string propertyName ) : void
propertyName string
Résultat void

Test() public méthode

public Test ( ) : void
Résultat void

ToDisplayString() public méthode

public ToDisplayString ( ) : string
Résultat string

ToFullString() public méthode

public ToFullString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

ToTestString() protected méthode

protected ToTestString ( ) : string
Résultat string

this() public méthode

public this ( string propertyName ) : object
propertyName string
Résultat object