|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
# | AddControlsForChosenFields (TableDesc, logical, character) |
Add controls (Label and DataControl) for each choosen field of the
currently processed table to the design canvas. |
|
# | 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 Metaschema information and passed
to a .NET Dialog as XML information. After the user has
choosen one or more fields an Alias is created for the choosen
Database and a second Dataset is filled with the Schema
information of the choosen Table and Fields. This second
Dataset is then processed and every selected Field is added to
a Tabledescription 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 choosen Field to the Design Canvas. |
|
- | SetDesignerProperties () |
Sets Properties to customize Visual Designer behaviour |
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 |
If Property is set a Dialog is Shown to Add fields from the
Metaschema to the Design Canvas. |
|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list |
|
+ | LOGICAL ClearSchema |
If Property is set the Metaschema is cleared. |
|
# | System.Collections.Generic.Dictionary <System.String> CustomControlTypes |
A Dictionary of custom types |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute |
|
# | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list |
|
+ | LOGICAL ImportSchema |
If Property is set a Dialog is Shown where the user can choose a
Fields from a Databasetable to be automaticly build into the
SmartBindingSources Metaschema.
The Value of this Property is not changed but the Dialog is started
when temporarily set to TRUE. |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid |
Top
PROTECTED AddControlsForChosenFields (TableDesc, logical, character)
|
|||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED System.Windows.Forms.Control CreateControlForField (DataType, character, character, character)
|
|||||||||||||||||||||||||||||||||||||
PROTECTED System.Windows.Forms.Control CreateLabelForField (DataType, character, character, character)
|
|||||||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||||||||
PROTECTED DesignerAddFields ()
|
|||||||||||||||||||||||||||||||||||||
PROTECTED DesignerClearSchema ()
|
|||||||||||||||||||||||||||||||||||||
PROTECTED DesignerImportSchema ()
|
|||||||||||||||||||||||||||||||||||||
PRIVATE FillDatasetMetaschema ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptorCollection GetEvents ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[])
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||||||||
PRIVATE RecurseAddControls (TableDesc, logical, character)
|
|||||||||||||||||||||||||||||||||||||
PRIVATE SetDesignerProperties ()
|
PUBLIC SmartBindingSource ()
|
|||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC SmartBindingSource (IContainer)
|
PUBLIC LOGICAL AddFields
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER BindableProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL ClearSchema
|
|||||||||||||||||||||||||||
PROTECTED System.Collections.Generic.Dictionary <System.String> CustomControlTypes
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL DesignTime
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL ImportSchema
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|