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

Inheritance: Object, ICustomTypeDescriptor, ITablePart
Mostrar archivo Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

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

public GetAttributes ( ) : AttributeCollection
return System.ComponentModel.AttributeCollection

GetClassName() public method

public GetClassName ( ) : string
return string

GetComponentName() public method

public GetComponentName ( ) : string
return string

GetConverter() public method

public GetConverter ( ) : TypeConverter
return System.ComponentModel.TypeConverter

GetDefaultEvent() public method

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
return System.ComponentModel.EventDescriptor

GetDefaultProperty() public method

public GetDefaultProperty ( ) : PropertyDescriptor
return System.ComponentModel.PropertyDescriptor

GetEditor() public method

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
return object

GetEvents() public method

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
return System.ComponentModel.EventDescriptorCollection

GetProperties() public method

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

GetPropertyOwner() public method

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
return object

Index() public method

public Index ( Table t, DataRow indexData ) : System
t Table
indexData System.Data.DataRow
return System