SmsFormViewBase Members
Serves as the base class for all views that require access to query processor functionality, refresh operations, and action processing in Configuration Manager 2007.
The following tables list the members exposed by the SmsFormViewBase type.
Protected Constructors
Name | Description | |
---|---|---|
SmsFormViewBase | Initializes a new instance of SmsFormViewBase. |
Top
Public Properties
Name | Description | |
---|---|---|
ActionsPaneItems | (inherited from View) | |
Control | (inherited from FormView) | |
ControlType | (inherited from FormView) | |
DescriptionBarText | (inherited from View) | |
IsModified | (inherited from View) | |
ModeActionsPaneItems | (inherited from View) | |
ScopeNode | (inherited from View) | |
SelectionData | (inherited from View) | |
SharedTag | (inherited from View) | |
SnapIn | (inherited from View) | |
StandardActionsDictionary | Gets the standard actions dictionary for the scope node that supports the form view. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ViewDescriptionTag | (inherited from View) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
ExecuteCopy | Runs a copy operation for the form view. | |
ExecuteDelete | Runs a delete operation for the form view. | |
ExecuteRefresh | Runs a refresh operation for the form view. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
RefreshActionItems | Refreshes the action items displayed to the user when no action is selected. | |
RefreshUnselectedActions | Refreshes unselected actions for the specified console parent node. | |
SelectScopeNode | Overloaded. (inherited from View) | |
ShowContextMenu | (inherited from FormView) | |
ShowDialogResource | Displays the specified Configuration Manager console dialog to the user. | |
ShowSelectionDialogResource | Displays the specified Configuration Manager console selection dialog to the user. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
OnAction | Overridden. Handles a notification that an action has been triggered for the node that supports the form view. Used to build a collection of property pages for display in a property sheet. | |
OnAddPropertyPages | Overridden. Handles a notification that property pages are added for the node that supports the form view. | |
OnCut | Overridden. Handles a notification that the user has requested a cut operation. | |
OnDelete | Overridden. Handles a notification that the standard verb Delete is triggered. | |
OnGetSharedData | (inherited from View) | |
OnHide | (inherited from View) | |
OnInitialize | Overridden. Handles a notification that the form view has been initialized. | |
OnLoadCustomData | (inherited from View) | |
OnModeAction | (inherited from View) | |
OnPaste | Overridden. Handles a notification that the user has selected the standard verb Paste. | |
OnPrint | Overridden. | |
OnRefresh | Overridden. Handles a notification that the Refresh standard verb is triggered. | |
OnRename | Overridden. Handles a notification that the Rename standard verb is triggered. | |
OnSaveCustomData | (inherited from View) | |
OnSelectionAction | Overridden. Handles a notification that an action is selected. | |
OnSharedDataChangeRequested | (inherited from View) | |
OnShow | (inherited from View) | |
OnShutdown | Overridden. Handles a notification of node shutdown. | |
OnSyncAction | Overridden. Handles a notification of an action for the Configuration Manager 2007 console that runs synchronously with the Microsoft Management Console. | |
OnSyncModeAction | (inherited from View) | |
OnSyncSelectionAction | (inherited from View) |
Top
See Also
Reference
SmsFormViewBase Class
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsFormViewControlBase
Other Resources
Configuration Manager Console Views
How to Create a Configuration Manager Console View
How to Use Objects Passed to a Configuration Manager Console View