WorkspaceEditorConfiguration Class |
Namespace: Colygon.MatchPoint.Workspaces.Configuration
[SerializableAttribute] public class WorkspaceEditorConfiguration : BaseFormConfiguration
The WorkspaceEditorConfiguration type exposes the following members.
Name | Description | |
---|---|---|
WorkspaceEditorConfiguration | Initializes a new instance of the WorkspaceEditorConfiguration class |
Name | Description | |
---|---|---|
Commands | Contains command button definitions, that can be referenced in the Ribbon or the InlineButtons node. (Inherited from BaseFormConfiguration.) | |
ContextualRibbonGroups | Contains contextual ribbon groups that are displayed for this WebPart. (Inherited from BaseFormConfiguration.) | |
HasInlineCancelButton | (Inherited from BaseFormConfiguration.) | |
HasInlineCommands | (Inherited from BaseFormConfiguration.) | |
HasInlineEditButton | (Inherited from BaseFormConfiguration.) | |
HasInlineResetButton | (Inherited from BaseFormConfiguration.) | |
HasInlineSaveButton | (Inherited from BaseFormConfiguration.) | |
InlineButtons | Specifies commands that are visible within the form by referencing command configurations. (Inherited from BaseFormConfiguration.) | |
IsPre4011 | (Inherited from BaseFormConfiguration.) |
Name | Description | |
---|---|---|
CreateWebPart | (Overrides BaseFormConfigurationCreateWebPart.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAvailableFieldNames | (Inherited from BaseFormConfiguration.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRibbonButtons | (Inherited from BaseWebPartConfiguration.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Actions | Specifies specific buttons for workspace actions that should be displayed in the ribbon. This setting is not valid if the Web Part is in 'create' mode. | |
BeforeUpdateActions | Contains actions that are executed before the record is updated. Changes in field values (SetFieldAction) will be included on record update. This actions will be ignored if there is no data adapter configured. (Inherited from BaseFormConfiguration.) | |
Chrome | (Inherited from BaseFormConfiguration.) | |
CloseAction | Specifies the behavior of the form after the 'Save' or 'Cancel' buttons were clicked. 'None' will reload the items from the source. 'Back' will either close the active dialog (if the page where the form is placed was opened in a dialog) or redirect to the page referenced in the query string parameter 'Source'. (Inherited from BaseFormConfiguration.) | |
Columns | Contains columns that are used to specify the layout of the Web Part. (Inherited from BaseFormConfiguration.) | |
EnableToggleEdit | Specifies whether users can toggle between read-only and edit mode. This setting has no effect if the form's initial state is editable. (Inherited from BaseFormConfiguration.) | |
Fields | Contains fields that are displayed on the Web Part. (Inherited from BaseFormConfiguration.) | |
LabelMode | Specifies where field titles are displayed. (Inherited from BaseFormConfiguration.) | |
MissingWritePermissionMessage | Specifies the message that should be displayed if the user has no write permission. (Inherited from BaseFormConfiguration.) | |
Name | Specifies the name for this Web Part. This name is used to refer to the Web Part when using connections. (Inherited from BaseFormConfiguration.) | |
PostActions | Contains post actions that are executed when the user clicks the 'Save' button. (Inherited from BaseFormConfiguration.) | |
ReadOnlyExpression | Specifies whether the Web Part is rendered in read-only mode. The expression is expected to return a Boolean value. The form will be read-only if the expression evaluates to 'true'. If the form is in item creation mode, this expression will be ignored and the form will be editable. (Inherited from BaseFormConfiguration.) | |
SaveButtonCaption | Specifies the caption of the save button. (Inherited from BaseFormConfiguration.) | |
SuccessMessage | Specifies a message that is displayed after the configured record was successfully updated. You can use 'ItemUrl' to get the URL of the updated record (provided that the record has an URL). This setting will be ignored if the close action is set to 'Back'. (Inherited from BaseFormConfiguration.) | |
SuccessMesssageType | Specifies the type of the success message. (Inherited from BaseFormConfiguration.) | |
TemplateId | Specifies the workspace template | |
Title | Specifies the title of the Web Part. (Inherited from BaseFormConfiguration.) | |
WorkspaceExpression | Specifies an expression that is expected to return a SPWeb, a SPListItem, a list item id, or the URL of a workspace. If empty, a new workspace will be created. |