ProjectSettingGroup Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Configuration
The ProjectSettingGroup type exposes the following members.
Name | Description | |
---|---|---|
ProjectSettingGroup(String, PropertyBagProvider) |
Initializes a new instance of the ProjectSettingGroup class. Use this ctor for preferences usage (project defaults).
| |
ProjectSettingGroup(String, Project, Object) |
Initializes a new instance of the ProjectSettingGroup class. Use this ctor for project settings.
|
Name | Description | |
---|---|---|
CurrentProject |
Gets or sets the current project.
| |
EmbedEditorInGroupBox |
Gets a value indicating whether the editor is embedded in the groupbox already in the dialog for editing. If false, the editor is
embedded in place of the groupbox.
| |
GroupName |
Gets or sets the name of the group.
| |
PropertiesClone |
Gets or sets the properties clone. This is the clone which is edited by the group, if the group is targeting properties of the
ProjectProperties object.
|
Name | Description | |
---|---|---|
CreatePropertyBagOnCloneForProperties |
Creates the property bag on clone for properties.
| |
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.) | |
FinalizeSettingChanges |
Finalizes the setting changes. Called when the settings represented by this group are to be finalized because the user confirmed the changes
are final, e.g. by clicking 'OK'.
| |
GetEditControl |
Gets the edit control to edit the settings for this group
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
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.) |