Click or drag to resize

IObjectWithReportLevel Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reporting related object - that has the reportElementLevel property

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public interface IObjectWithReportLevel : IObjectWithParent
Request Example View Source

The IObjectWithReportLevel type exposes the following members.

Properties
  NameDescription
Public propertyelementLevel
Indicates the element level of this object, in context of the reporting meta structure
Public propertyparent
Referenca prema parent objektu
(Inherited from IObjectWithParent.)
Top
Extension Methods
  NameDescription
Public Extension MethodgetElementLevel
Null safe way to get meta element level
(Defined by imbGraphExtensions.)
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 MethodgetPathForObjectWithParent
konstruise Path string za prosledjeni objekat
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathForProperty
Vraca putanju za property
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathToParent
Relative path to memeber in parent chain
(Defined by imbGraphExtensions.)
Public Extension MethodisElementLevel
Determines whether [is element level] [the specified element].
(Defined by imbGraphExtensions.)
Top
See Also