|
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. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | System.Windows.Forms.Control CreateControlForField (DataType, character, character, character) |
Create a Control for a field from the Design time binding source Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | System.Windows.Forms.Control CreateLabelForField (DataType, character, character, character) |
Create a Control for the label of a field from the Design time
binding source Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | DesignerAddFields () |
Add the selected Fields from the current schema of the
SmartBindingSource to the design canvas. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | DesignerClearSchema () |
Clear the currently present Schema of the SmartBindingSource.
This Method is called when the Property ClearSchema is set to
TRUE. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | DesignerImportSchema () |
Import the schema of a BusinessEntity defined by the Properties
EntityName, EntityTable, EntityView and EntityJoin.
This Method is called when the Property ImportSchema is set to
TRUE. Overrides Consultingwerk.SmartComponents.Implementation.SmartBindingSource:DesignerImportSchema () |
|
+ | DesignerImportSchema (logical) |
Import the schema of a BusinessEntity defined by the Properties
EntityName, EntityTable, EntityView and EntityJoin.
This Method is called when the Property ImportSchema is set to
TRUE. |
|
+ | AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | CHARACTER GetClassName () |
Returns the class name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | CHARACTER GetComponentName () |
Returns the name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | TypeConverter GetConverter () |
Returns a type converter for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | HANDLE GetDesignTimeDataHandle (character, character, character, character, character) |
Returns a DataHandle to a DesignTime Dataset. This Dataset is then
analysed and the Schema is set as the new TableSchema. |
|
+ | System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | InitializeFromAdapter (SmartDatasetAdapter) |
Initializes the EntityTable, EntityName, EntityView and EntityJoin
properties from a SmartBusinessEntityAdapter or SmartDatasetChildAdapter |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Overrides Consultingwerk.SmartComponents.Implementation.SmartBindingSource:OnVerbClicked (character) |
|
# | Progress.Data.TableDesc RecurseDatasetRelations (handle, handle) |
Analyse the Dataset recursively and add all Tables and Fields
together to a WorkTable representing the new TableSchema. |
|
- | SetDesignerProperties () |
Sets properties for the Visual Designer customization |
|
# | ShowBusinessEntityPickerDialog () |
Shows a dialog to select a Business Entity |
|
# | ShowTablePickerDialog () |
Invokes the Table Picker Dialog and sets properties of the
SmartBusinessEntityAdapter during Design Time |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartBusinessEntityBindingSource () |
Constructor for the SmartBusinessEntityBindingSource class |
|
+ | SmartBusinessEntityBindingSource (IContainer) |
Constructor for the SmartBusinessEntityBindingSource class |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL AddFields |
If Property is set a Dialog is Shown to Add fields from the
Metaschema to the Design Canvas. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | CHARACTER BindTo |
Binding the BusinessEntityBindingSource to a Query or a Dataset. |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | LOGICAL ClearSchema |
If Property is set the Metaschema is cleared. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | System.Collections.Generic.Dictionary <System.String> CustomControlTypes |
A Dictionary of custom types Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | CHARACTER EntityJoin |
A List in the same oder as EntityView which defines Join (YES or NO)
for each Table of pcEntityView. |
|
+ | CHARACTER EntityName |
Name of the BusinessEntity. |
|
+ | CHARACTER EntityTable |
RootTable for this Instance of the BusinessEntity. |
|
+ | CHARACTER EntityView |
List of Tables to read with the EntityTable. |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
+ | 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. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid Inherited from Consultingwerk.SmartComponents.Implementation.SmartBindingSource |
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 ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC DesignerImportSchema (logical)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED HANDLE GetDesignTimeDataHandle (character, character, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC InitializeFromAdapter (SmartDatasetAdapter)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED Progress.Data.TableDesc RecurseDatasetRelations (handle, handle)
|
||||||||||||||||||||||||||||||||||||||||||
PRIVATE SetDesignerProperties ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED ShowBusinessEntityPickerDialog ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED ShowTablePickerDialog ()
|
PUBLIC SmartBusinessEntityBindingSource ()
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC SmartBusinessEntityBindingSource (IContainer)
|
PUBLIC LOGICAL AddFields
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER BindableProperties
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER BindTo
|
|||||||||||||||||||||||||||
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
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER EntityJoin
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER EntityName
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER EntityTable
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER EntityView
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL ImportSchema
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|