IActivitySettingsPart Members
Interface that defines methods that control the UI for the Activity in the Workflow Designer. Custom activities that have a UI in the FIM Portal must implement this interface.
The following tables list the members exposed by the IActivitySettingsPart type.
Public Properties
Name | Description | |
---|---|---|
Title | Gets the title of the activity. |
Top
Public Methods
Name | Description | |
---|---|---|
GenerateActivityOnWorkflow | This method is called when a user clicks the Save button in the Workflow Designer. It returns an instance of the activity that has its properties set to the values entered into the controls used in the UI of the activity. | |
LoadActivitySettings | Called by FIM when the UI for the activity must be reloaded. This method should initialize UI controls to their default values. | |
PersistSettings | Returns an ActivitySettingsPartData object that stores the current values of UI controls. | |
RestoreSettings | This method should set the values of UI controls based on values stored in the data parameter | |
SwitchMode | Sets the UI to edit or view mode. | |
ValidateInputs | Returns false if any controls in the UI have values that are not valid. |
Top
See Also
Reference
IActivitySettingsPart Interface
Microsoft.IdentityManagement.WebUI.Controls Namespace