IDataModelElement Interface |
[This is preliminary documentation and is subject to change.]
Namespace: imbWBI.Core.BusinessDataModel
public interface IDataModelElement : IGraphNode, IEnumerable, IObjectWithParent, IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, IEnumerable<IObjectWithPathAndChildren>, IObjectWithTreeView, IObjectWithNameAndDescription, IObjectWithDescription
The IDataModelElement type exposes the following members.
| Name | Description | |
|---|---|---|
| description |
Gets or sets the description.
| |
| DescriptionContent |
Gets or sets the content of the description.
| |
| forTreeview | (Inherited from IGraphNode.) | |
| isLeaf | (Inherited from IGraphNode.) | |
| Item | (Inherited from IGraphNode.) | |
| level | (Inherited from IGraphNode.) | |
| LocalPath |
Gets or sets the local path.
| |
| LocalUrl |
Gets or sets the local URL.
| |
| name | (Inherited from IGraphNode.) | |
| parent | (Inherited from IGraphNode.) | |
| path | (Inherited from IGraphNode.) | |
| pathSeparator | (Inherited from IGraphNode.) | |
| root | (Inherited from IGraphNode.) | |
| SourceUrl |
Gets or sets the source URL.
|
| Name | Description | |
|---|---|---|
| Add | (Inherited from IGraphNode.) | |
| ContainsKey | (Inherited from IGraphNode.) | |
| Count | (Inherited from IGraphNode.) | |
| getChildNames | (Inherited from IGraphNode.) | |
| GetEnumerator | (Inherited from IGraphNode.) | |
| getFirst | (Inherited from IGraphNode.) | |
| Remove(IEnumerableString) | (Inherited from IGraphNode.) | |
| Remove(String) | (Inherited from IObjectWithPathAndChildren.) | |
| RemoveByKey | (Inherited from IGraphNode.) |