See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The FormShowActionBase type exposes the following members.

Properties

  NameDescription
Protected propertyBindingInfoProvider
Get an instance of the helper class that is maintains the bound data.
(Inherited from BoundControlActionBase.)
Protected propertyBoundControlDataSourceType
Get the data source type of the container control. This is used by NTier intellisense when the developer is choosing a binding path.
(Inherited from BoundControlActionBase.)
Public propertyCommitActions
Get the actions that should be performed when changes on the form are 'committed' via a FormCommitAction. For example, this property may be set to a FormSaveAction or FormDeleteAndSaveAction.
Public propertyCompileTimeValidation
Protected propertyCompileTimeValidationCore
Protected propertyCurrentDataItem
Get the current data item specified by:
HostingControl (or data bound parent).DataSource - the top level data source.
HostingControl (or data bound parent).DataMember - the top level data member.
DataMember - the relative data member.
NOTE: Null will be returned in place of a deleted entity.
(Inherited from BoundControlActionBase.)
Public propertyDisableCompileTimeValidation
Get or set whether to disable designer validation of types and binding members.
Public propertyEnabled (Inherited from NAction.)
Protected propertyEnabledCore (Overrides NActionEnabledCore.)
Public propertyFormDataSourceType
Get or set the type of the data source that the form expects to bind to.
Public propertyFormType
Get or set the type of the form, or form factory that is used to edit the data.
Protected propertyHostingComponent (Inherited from BoundControlActionBase.)
Public propertyHostingControl
Get or set the control that hosts the action. Usually this would be a button or menu item.
(Inherited from BoundControlActionBase.)
Public propertyLoadPersistentEntities
Get or set whether the form data is loaded from the underlying data store directly if persistent. If false, the IEntitySet is cloned instead which means the database won't need to be queried.
Public propertyModal
Get or set whether the form should be displayed modally.
Public propertyReadOnly
Get or set whether the form should display the entity data in read only mode.
Public propertyReferencedBy (Inherited from NAction.)
Public propertyRequiresEntitySetSaved
Get or set whether the user will be required to save the current form before the new form is shown.
Public propertyResetHasChangesBeforeEdit
Get or set whether to revert EntitySet.HasChanges() to false before showing the form. Set this to false if you want the Save button to be enabled on the shown form as soon as it is shown.
Public propertySelectedItemBindingPathCompileTimeCheck
Protected propertySelectsCollectionOnly
Get whether the form expects to bind to a collection, and not the select item within the collection.
Public propertySite (Inherited from BoundControlActionBase.)
Protected propertyVisualTechnology (Inherited from BoundControlActionBase.)

See Also