C# Класс MySql.Data.VisualStudio.DbObjects.Index

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

Private Properties

Свойство Тип Описание
ITablePart bool
ITablePart string
ITablePart string
ITablePart void
Index System
ParseIndexInfo void
ShouldSerializeColumns bool
ShouldSerializeComment bool
ShouldSerializeFullText bool
ShouldSerializeIndexUsing bool
ShouldSerializeIsUnique bool
ShouldSerializeKeyBlockSize bool
ShouldSerializeName bool
ShouldSerializeParser bool
ShouldSerializeSpatial bool
ShouldSerializeType bool
System System.ComponentModel.EventDescriptorCollection
System System.ComponentModel.PropertyDescriptorCollection

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

Метод Описание
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
Index ( Table t, DataRow indexData ) : System

Приватные методы

Метод Описание
ITablePart ( ) : bool
ITablePart ( ) : string
ITablePart ( bool newTable ) : string
ITablePart ( ) : void
Index ( Table t ) : System
ParseIndexInfo ( DataRow indexData ) : void
ShouldSerializeColumns ( ) : bool
ShouldSerializeComment ( ) : bool
ShouldSerializeFullText ( ) : bool
ShouldSerializeIndexUsing ( ) : bool
ShouldSerializeIsUnique ( ) : bool
ShouldSerializeKeyBlockSize ( ) : bool
ShouldSerializeName ( ) : bool
ShouldSerializeParser ( ) : bool
ShouldSerializeSpatial ( ) : bool
ShouldSerializeType ( ) : bool
System ( ) : EventDescriptorCollection
System ( ) : PropertyDescriptorCollection

Описание методов

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

GetEvents() публичный Метод

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.EventDescriptorCollection

GetProperties() публичный Метод

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() публичный Метод

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Результат object

Index() публичный Метод

public Index ( Table t, DataRow indexData ) : System
t Table
indexData System.Data.DataRow
Результат System