IViewDefinition Interface
Namespace: NextDesign.Core
Description
Base interface that represents an access object to expression information.
Belonging area
| Name | Description |
|---|---|
| Profile | A group of APIs to access profiles. |
Derived from
| Name | Description |
|---|---|
| IEditorDef | An access object to editor definitions. |
| IElementDef | An access object to editor element definitions. |
Property
| Name | Description |
|---|---|
| BaseId | Base Identifier If this element is an element added as a profile reference, returns the identifier in the referenced profile. If this element is not an element added as a profile reference, returns null. |
| DisplayName | Display name |
| Id | Identifier |
| IsDisabled | Whether this element is disabled |
| ModelClass | Model class |
| ModelClassName | Model class name |
| Name | Name |
Method
| Name | Description |
|---|---|
| GetProfileReferencePackage | Gets the base package that manages this element. The base package can be one of the following packages: - Profile root package - Profile reference package where profile reference is recorded - Package recorded as base of profile with dependency in profile reference |