|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| AddControlsForChosenFields (TableDesc, logical, character) |
Add controls (Label and DataControl) for each chosen field of the
currently processed table to the design canvas. |
||
| INTEGER CalculateControlWidth (ColumnPropDesc) |
Calculates the width for the control representing the column |
||
| System.Windows.Forms.Control CreateControlForField (DataType, character, character, character) |
Create a Control for a field from the Design time binding source |
||
| System.Windows.Forms.Control CreateLabelForField (DataType, character, character, character) |
Create a Control for the label of a field from the Design time
binding source |
||
| CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property |
||
| DesignerAddFields () |
Add the selected Fields from the current schema of the
SmartBindingSource to the design canvas. |
||
| DesignerClearSchema () |
Clear the currently present Schema of the SmartBindingSource.
This Method is called when the Property ClearSchema is set to
TRUE. |
||
| DesignerImportSchema () |
Import the schema of one or more tables selected from one or
more connected databases.
This Method is called when the Property ImportSchema is set to
TRUE.
*
A Dataset is filled with the Meta schema information and passed
to a .NET Dialog as XML information. After the user has
chosen one or more fields an Alias is created for the chosen
Database and a second Dataset is filled with the Schema
information of the chosen Table and Fields. This second
Dataset is then processed and every selected Field is added to
a Table description variable witch is then set as the
TableSchema of the current SmartBindingSource Instance.
* |
||
| FillDatasetMetaSchema () |
Fill the Dataset dsMetaSchema with all connected database names
their tables and fields.
This Method is called by DesignerImportSchema () to get a list
of all Databases their Tables and Fields to be passed into a
.NET dialog as XML information. |
||
| System.ComponentModel.AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. |
||
| CHARACTER GetClassName () |
Returns the class name of this instance of a component. |
||
| CHARACTER GetComponentName () |
Returns the name of this instance of a component. |
||
| System.ComponentModel.TypeConverter GetConverter () |
Returns a type converter for this instance of a component. |
||
| System.ComponentModel.EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. |
||
| System.ComponentModel.PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. |
||
| System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. |
||
| System.ComponentModel.EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. |
||
| System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. |
||
| System.ComponentModel.PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. |
||
| System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. |
||
| System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. |
||
| OnVerbClicked (character) |
Event Handler method for Designer Verbs |
||
| RecurseAddControls (TableDesc, logical, character) |
Recursively walk through the BindingSource predefined schema
and add every chosen Field to the Design Canvas. |
||
| SetDesignerProperties () |
Sets Properties to customize Visual Designer behavior |
| Options | Name | Purpose | |
|---|---|---|---|
| SmartBindingSource () |
Constructor of the SmartBindingSource class. Set's the
DesignTime property using the LicenseManager. |
||
| SmartBindingSource (IContainer) |
Constructor of the SmartBindingSource class |
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL AddFields |
|
||
| CHARACTER BindableProperties |
|
||
| CHARACTER CategorizedProperties |
|
||
| CHARACTER CategoryProperties |
|
||
| LOGICAL ClearSchema |
|
||
| System.Collections.Generic.Dictionary <System.String> CustomControlTypes |
|
||
| CHARACTER DescribedProperties |
|
||
| CHARACTER DescriptionProperties |
|
||
| CHARACTER DesignerVerbs |
|
||
| CHARACTER DesignerVisibilityAttributes |
|
||
| CHARACTER DesignerVisibilityProperties |
|
||
| LOGICAL DesignTime |
|
||
| CHARACTER HiddenProperties |
|
||
| LOGICAL ImportSchema |
|
||
| CHARACTER NonBrowsableProperties |
|
|
Top
AddControlsForChosenFields (TableDesc, logical, character)
|
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER CalculateControlWidth (ColumnPropDesc)
|
|||||||||||||||||||||||||||||||||||||
System.Windows.Forms.Control CreateControlForField (DataType, character, character, character)
|
|||||||||||||||||||||||||||||||||||||
System.Windows.Forms.Control CreateLabelForField (DataType, character, character, character)
|
|||||||||||||||||||||||||||||||||||||
CreateVerbs ()
|
|||||||||||||||||||||||||||||||||||||
DesignerAddFields ()
|
|||||||||||||||||||||||||||||||||||||
DesignerClearSchema ()
|
|||||||||||||||||||||||||||||||||||||
DesignerImportSchema ()
|
|||||||||||||||||||||||||||||||||||||
FillDatasetMetaSchema ()
|
|||||||||||||||||||||||||||||||||||||
System.ComponentModel.AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||||||||
CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||||||||
CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||||||||
System.ComponentModel.TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||||||||
System.ComponentModel.EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||||||||||||
System.ComponentModel.PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||||||||||||
System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||||||||||||
System.ComponentModel.EventDescriptorCollection GetEvents ()
|
|||||||||||||||||||||||||||||||||||||
System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[])
|
|||||||||||||||||||||||||||||||||||||
System.ComponentModel.PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||||||||||||
System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||||||||||||
System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||||||||||||
OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||||||||
RecurseAddControls (TableDesc, logical, character)
|
|||||||||||||||||||||||||||||||||||||
SetDesignerProperties ()
|
|||||||||||||||||||||||||||||||||||||
SmartBindingSource ()
|
|||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SmartBindingSource (IContainer)
|
|||||||||||||||||||
LOGICAL AddFields
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
CHARACTER BindableProperties
|
|||||||||
CHARACTER CategorizedProperties
|
|||||||||
CHARACTER CategoryProperties
|
|||||||||
LOGICAL ClearSchema
|
|||||||||
System.Collections.Generic.Dictionary <System.String> CustomControlTypes
|
|||||||||
CHARACTER DescribedProperties
|
|||||||||
CHARACTER DescriptionProperties
|
|||||||||
CHARACTER DesignerVerbs
|
|||||||||
CHARACTER DesignerVisibilityAttributes
|
|||||||||
CHARACTER DesignerVisibilityProperties
|
|||||||||
LOGICAL DesignTime
|
|||||||||
CHARACTER HiddenProperties
|
|||||||||
LOGICAL ImportSchema
|
|||||||||
CHARACTER NonBrowsableProperties
|
|||||||||