Click or drag to resize

IMetaLevelElement Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.interfaces
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
Request Example View Source

The IMetaLevelElement type exposes the following members.

Properties
  NameDescription
Public propertyname
Ime koje je dodeljeno objektu
(Inherited from IObjectWithName.)
Public propertyparent
Referenca prema parent objektu
(Inherited from IObjectWithParent.)
Public propertypath
Putanja objekta
(Inherited from IObjectWithPath.)
Top
Methods
  NameDescription
Public methodAppendDataFields
Appends its data points into new or existing property collection
(Inherited from IAppendDataFields.)
Top
Extension Methods
  NameDescription
Public Extension MethodgetParentOfLevel
Gets the parent of target element level or root if reached
(Defined by imbGraphExtensions.)
Public Extension MethodgetParentOrRoot
Gets a member from parent-chain: a) Nth parent according to limit. b) parent on targetPath, c) parent of target type or simply d) root if no more parents.
(Defined by imbGraphExtensions.)
Public Extension MethodgetParentsViaExtension
Gets all parents. Prevents loop inherence.
(Defined by imbGraphExtensions.)
Public Extension MethodgetPathForObjectWithParent
konstruise Path string za prosledjeni objekat
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathForProperty
Vraca putanju za property
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathFromObject
Gets the path from object - just casting trick
(Defined by imbGraphExtensions.)
Public Extension MethodgetPathToParent
Relative path to memeber in parent chain
(Defined by imbGraphExtensions.)
Public Extension MethodgetPathViaExtension
Gets the path string - including source at end of the path
(Defined by imbGraphExtensions.)
Top
See Also