IEditorDef Interface
Namespace: NextDesign.Core
Description
This is an access object for editor definitions.
Area
| Name | Description |
|---|---|
| Profile | This is a set of APIs for accessing profiles. |
Inherit Base
| Name | Description |
|---|---|
| IViewDefinition | This is the base interface representing an access object for representation information. |
Derived from
| Name | Description |
|---|---|
| ICustomEditorDefinition | Access object for custom editor definitions. |
Property
| Name | Description |
|---|---|
| Elements | List of editor element definitions |
| ExportDocument | Gets or sets whether to output a document. |
| Type | Editor Type - "ERDiagram" : ER Diagram - "TreeDiagram" : Tree Diagram - "SequenceDiagram" : Sequence Diagram - "DocumentForm" : Document Form - "TreeGrid" : Tree Grid - "Custom" : Custom |
Method
| Name | Description |
|---|---|
| GetElementsByTag | Retrieves editor element definitions with the specified tag. |