Click or drag to resize

IObjectWithPath Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Objekat koji ima jedinstveni ID broj

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

The IObjectWithPath 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
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