C# Класс Pilgrim.Template.Dialog.AdoDotNetConnectionProperties

Наследование: IDataConnectionProperties, ICustomTypeDescriptor
Показать файл Открыть проект

Открытые методы

Метод Описание
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