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

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

Private Properties

프로퍼티 타입 설명
GetTableOptionSql string
KeyExists bool
LoadForeignKeys void
LoadIndexes void
OnDataUpdated void
ParseColumns void
ParseCreateOptions void
ParseTableData void
ShouldSerializeAutoInc bool
ShouldSerializeAvgRowLength bool
ShouldSerializeCharacterSet bool
ShouldSerializeCheckSum bool
ShouldSerializeCollation bool
ShouldSerializeComment bool
ShouldSerializeDataDirectory bool
ShouldSerializeEngine bool
ShouldSerializeIndexDirectory bool
ShouldSerializeInsertMethod bool
ShouldSerializeMaxRows bool
ShouldSerializeMinRows bool
ShouldSerializeName bool
ShouldSerializePackKeys bool
ShouldSerializeRowFormat bool
ShouldSerializeSchema bool
StringPropertyHasChanged bool
System System.ComponentModel.EventDescriptorCollection
System System.ComponentModel.PropertyDescriptorCollection
Table System
node_DataSaved void

공개 메소드들

메소드 설명
CreateIndexWithUniqueName ( bool primary ) : Index
DeleteKey ( string keyName ) : void
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : string
GetColumnNames ( ) : List
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
GetSql ( ) : string
HasChanges ( ) : bool
NotifyUpdate ( ) : void
Table ( TableNode node, DataRow row, DataTable columns ) : System

비공개 메소드들

메소드 설명
GetTableOptionSql ( bool newTable ) : string
KeyExists ( string keyName ) : bool
LoadForeignKeys ( ) : void
LoadIndexes ( ) : void
OnDataUpdated ( ) : void
ParseColumns ( DataTable columnData ) : void
ParseCreateOptions ( string createOptions ) : void
ParseTableData ( DataRow tableRow ) : void
ShouldSerializeAutoInc ( ) : bool
ShouldSerializeAvgRowLength ( ) : bool
ShouldSerializeCharacterSet ( ) : bool
ShouldSerializeCheckSum ( ) : bool
ShouldSerializeCollation ( ) : bool
ShouldSerializeComment ( ) : bool
ShouldSerializeDataDirectory ( ) : bool
ShouldSerializeEngine ( ) : bool
ShouldSerializeIndexDirectory ( ) : bool
ShouldSerializeInsertMethod ( ) : bool
ShouldSerializeMaxRows ( ) : bool
ShouldSerializeMinRows ( ) : bool
ShouldSerializeName ( ) : bool
ShouldSerializePackKeys ( ) : bool
ShouldSerializeRowFormat ( ) : bool
ShouldSerializeSchema ( ) : bool
StringPropertyHasChanged ( string newVal, string oldVal ) : bool
System ( ) : EventDescriptorCollection
System ( ) : PropertyDescriptorCollection
Table ( ) : System
node_DataSaved ( object sender, EventArgs e ) : void

메소드 상세

CreateIndexWithUniqueName() 공개 메소드

public CreateIndexWithUniqueName ( bool primary ) : Index
primary bool
리턴 Index

DeleteKey() 공개 메소드

public DeleteKey ( string keyName ) : void
keyName string
리턴 void

GetAttributes() 공개 메소드

public GetAttributes ( ) : AttributeCollection
리턴 System.ComponentModel.AttributeCollection

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetColumnNames() 공개 메소드

public GetColumnNames ( ) : List
리턴 List

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

GetSql() 공개 메소드

public GetSql ( ) : string
리턴 string

HasChanges() 공개 메소드

public HasChanges ( ) : bool
리턴 bool

NotifyUpdate() 공개 메소드

public NotifyUpdate ( ) : void
리턴 void

Table() 공개 메소드

public Table ( TableNode node, DataRow row, DataTable columns ) : System
node TableNode
row System.Data.DataRow
columns System.Data.DataTable
리턴 System