C# Class MySql.Data.VisualStudio.DbObjects.Index

Inheritance: Object, ICustomTypeDescriptor, ITablePart
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

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

Private Methods

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

Method Details

GetAttributes() public méthode

public GetAttributes ( ) : AttributeCollection
Résultat System.ComponentModel.AttributeCollection

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetComponentName() public méthode

public GetComponentName ( ) : string
Résultat string

GetConverter() public méthode

public GetConverter ( ) : TypeConverter
Résultat System.ComponentModel.TypeConverter

GetDefaultEvent() public méthode

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Résultat System.ComponentModel.EventDescriptor

GetDefaultProperty() public méthode

public GetDefaultProperty ( ) : PropertyDescriptor
Résultat System.ComponentModel.PropertyDescriptor

GetEditor() public méthode

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Résultat object

GetEvents() public méthode

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.EventDescriptorCollection

GetProperties() public méthode

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

GetPropertyOwner() public méthode

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Résultat object

Index() public méthode

public Index ( Table t, DataRow indexData ) : System
t Table
indexData System.Data.DataRow
Résultat System