Click or drag to resize

IDynamicTreeSourceT, I Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core.interfaces
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public interface IDynamicTreeSource<T, I> : IDynamicTreeSource, 
	IDynamicTreeSourceBase, IDynamicListSource, IEnumerable, IDynamicSource, IDisplayInfoExtended, 
	IDisplayInfo, IDynamicListSource<I>, IEnumerable<I>
where T : class
where I : class
Request Example View Source

Type Parameters

T
I

The IDynamicTreeSourceT, I type exposes the following members.

Properties
  NameDescription
Public propertyattributes (Inherited from IDisplayInfoExtended.)
Public propertyCount (Inherited from IDynamicSource.)
Public propertydescription (Inherited from IDisplayInfo.)
Public propertydisplayName (Inherited from IDisplayInfo.)
Public propertydynamicItemSource
Pruza enumerator za pristup svim Dynamic itemima
(Inherited from IDynamicSource.)
Public propertyisRoot (Inherited from IDynamicTreeSourceBase.)
Public propertyItem
Direct access to items in dictionary
(Inherited from IDynamicListSource.)
Public propertymenuIcon (Inherited from IDisplayInfo.)
Public propertyparent
Public propertypath (Inherited from IDynamicTreeSourceBase.)
Public propertysubTrees
Pristup pod granama
Top
Methods
Events
  NameDescription
Public eventCollectionChanged
Javlja da je doslo do promene u kolekciji
(Inherited from IDynamicSource.)
Top
Extension Methods
  NameDescription
Public Extension MethodGet
Gets aceSubEnum enumerator that iterates trough values found on the path
(Defined by enumerableExtensions.)
Top
See Also