C# 클래스 MySql.Data.VisualStudio.DbObjects.Index

상속: Object, ICustomTypeDescriptor, ITablePart
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

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