Click or drag to resize

IDataModelElement Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Interface to WebDataElement

Namespace:  imbWBI.Core.BusinessDataModel
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public interface IDataModelElement : IGraphNode, 
	IEnumerable, IObjectWithParent, IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, 
	IEnumerable<IObjectWithPathAndChildren>, IObjectWithTreeView, IObjectWithNameAndDescription, IObjectWithDescription

The IDataModelElement type exposes the following members.

Properties
  NameDescription
Public propertydescription
Gets or sets the description.
Public propertyDescriptionContent
Gets or sets the content of the description.
Public propertyforTreeview (Inherited from IGraphNode.)
Public propertyisLeaf (Inherited from IGraphNode.)
Public propertyItem (Inherited from IGraphNode.)
Public propertylevel (Inherited from IGraphNode.)
Public propertyLocalPath
Gets or sets the local path.
Public propertyLocalUrl
Gets or sets the local URL.
Public propertyname (Inherited from IGraphNode.)
Public propertyparent (Inherited from IGraphNode.)
Public propertypath (Inherited from IGraphNode.)
Public propertypathSeparator (Inherited from IGraphNode.)
Public propertyroot (Inherited from IGraphNode.)
Public propertySourceUrl
Gets or sets the source URL.
Top
Methods
  NameDescription
Public methodAdd (Inherited from IGraphNode.)
Public methodContainsKey (Inherited from IGraphNode.)
Public methodCount (Inherited from IGraphNode.)
Public methodgetChildNames (Inherited from IGraphNode.)
Public methodGetEnumerator (Inherited from IGraphNode.)
Public methodgetFirst (Inherited from IGraphNode.)
Public methodRemove(IEnumerableString) (Inherited from IGraphNode.)
Public methodRemove(String) (Inherited from IObjectWithPathAndChildren.)
Public methodRemoveByKey (Inherited from IGraphNode.)
Top
See Also

Reference

IGraphNode
IObjectWithNameAndDescription