|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | InitializeRow (UltraGridRow) |
Initializes the Attribute Value cell in the given UltraGridRow |
|
# | OnHasChangesChanged (EventArgs) |
Raises the HasChangesChanged |
|
# | OnLoad (EventArgs) |
Raises the Load event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | ResetChanges () |
Resets the changes in this uer control |
|
+ | SaveChanges (character) |
Saves the changes in this uer control |
|
+ | ShowObjectTypeAttributes (character) |
Retrieves the SmartObejctType Attributes for design time |
|
- | smartTempTableAdapter1_AfterRetrieveData (Object, EventArgs) |
Event handler for the AfterRetrieveData event of the smartTempTableAdapter1 |
|
- | smartTempTableAdapter1_BeforeDeleteRecord (Object, BeforeDeleteRecordEventArgs) |
Event handler for the BeforeDeleteRecord event of the smartTempTableAdpater1 |
|
- | smartTempTableAdapter1_CurrentChanged (Object, EventArgs) |
Event handler for the CurrentChanged event of the smartTempTableAdpater1 |
|
- | smartUpdatableBrowser1_BeforeAddRecord (Object, CancelEventArgs) |
Event handler for the BeforeAddRecord event of the smartUpdatableBrowser1 |
|
- | smartUpdatableBrowser1_BeforeCellActivate (Object, CancelableCellEventArgs) |
Event handler for the BeforeCellActivate event of the smartUpdatableBrowser1 |
|
- | smartUpdatableBrowser1_CellChange (Object, CellEventArgs) |
Event handler for the CellChange event of the smartUpdatableBrowser1 |
|
- | smartUpdatableBrowser1_ClickCellButton (Object, CellEventArgs) |
Event handler for the ClickCellButton event of the smartUpdatableBrowser1 |
|
- | smartUpdatableBrowser1_InitializeRow (Object, InitializeRowEventArgs) |
Event handler for the InitializeRow event of the smartUpdatableBrowser1 |
Options | Name | Purpose | |
---|---|---|---|
+ | ObjectTypeAttributesUserControl () |
Constructor for the ObjectTypeAttributesUserControl class |
Options | Name | Purpose | |
---|---|---|---|
+ | HasChangesChanged DELEGATE System.EventHandler |
Raised when the control has changes that need to be saved |
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL HasChanges |
Returns if the object has changes that need to be saved |
|
# | 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.Base.SmartUserControl |
|
# | 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.Base.SmartUserControl |
|
+ | CHARACTER ObjectTypeId |
Returns the Object Type Guid this Control is displaying attributes
for |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
Top
PROTECTED CreateVerbs ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||
PRIVATE InitializeComponent ()
|
||||||||||||||||||||
PROTECTED InitializeRow (UltraGridRow)
|
||||||||||||||||||||
PROTECTED OnHasChangesChanged (EventArgs)
|
||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
||||||||||||||||||||
PUBLIC ResetChanges ()
|
||||||||||||||||||||
PUBLIC SaveChanges (character)
|
||||||||||||||||||||
PUBLIC ShowObjectTypeAttributes (character)
|
||||||||||||||||||||
PRIVATE smartTempTableAdapter1_AfterRetrieveData (Object, EventArgs)
|
||||||||||||||||||||
PRIVATE smartTempTableAdapter1_BeforeDeleteRecord (Object, BeforeDeleteRecordEventArgs)
|
||||||||||||||||||||
PRIVATE smartTempTableAdapter1_CurrentChanged (Object, EventArgs)
|
||||||||||||||||||||
PRIVATE smartUpdatableBrowser1_BeforeAddRecord (Object, CancelEventArgs)
|
||||||||||||||||||||
PRIVATE smartUpdatableBrowser1_BeforeCellActivate (Object, CancelableCellEventArgs)
|
||||||||||||||||||||
PRIVATE smartUpdatableBrowser1_CellChange (Object, CellEventArgs)
|
||||||||||||||||||||
PRIVATE smartUpdatableBrowser1_ClickCellButton (Object, CellEventArgs)
|
||||||||||||||||||||
PRIVATE smartUpdatableBrowser1_InitializeRow (Object, InitializeRowEventArgs)
|
PUBLIC ObjectTypeAttributesUserControl ()
|
---|
PUBLIC HasChangesChanged DELEGATE System.EventHandler
|
---|
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL DesignTime
|
|||||||||||||||||
PUBLIC LOGICAL HasChanges
|
|||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||
PUBLIC CHARACTER ObjectTypeId
|
|||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|