Click or drag to resize

IDynamicListSourceT 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 IDynamicListSource<T> : IDynamicListSource, 
	IEnumerable, IDynamicSource, IEnumerable<T>
Request Example View Source

Type Parameters

T

The IDynamicListSourceT type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from IDynamicSource.)
Public propertydynamicItemSource
Pruza enumerator za pristup svim Dynamic itemima
(Inherited from IDynamicSource.)
Public propertyItem
Direct access to items in dictionary
(Inherited from IDynamicListSource.)
Top
Methods
  NameDescription
Public methodAdd(T)
Dodaje novi item u kolekciju
Public methodAdd(Object)
Dodaje novi item u kolekciju
(Inherited from IDynamicSource.)
Public methodGetHashCode (Inherited from IDynamicSource.)
Public methodRemoveAll (Inherited from IDynamicSource.)
Top
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