IDynamicListSourceT Interface |
Namespace: imbACE.Core.core.interfaces
public interface IDynamicListSource<T> : IDynamicListSource, IEnumerable, IDynamicSource, IEnumerable<T>
The IDynamicListSourceT type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | (Inherited from IDynamicSource.) | |
| dynamicItemSource |
Pruza enumerator za pristup svim Dynamic itemima
(Inherited from IDynamicSource.) | |
| Item |
Direct access to items in dictionary
(Inherited from IDynamicListSource.) |
| Name | Description | |
|---|---|---|
| Add(T) |
Dodaje novi item u kolekciju
| |
| Add(Object) |
Dodaje novi item u kolekciju
(Inherited from IDynamicSource.) | |
| GetHashCode | (Inherited from IDynamicSource.) | |
| RemoveAll | (Inherited from IDynamicSource.) |
| Name | Description | |
|---|---|---|
| CollectionChanged |
Javlja da je doslo do promene u kolekciji
(Inherited from IDynamicSource.) |
| Name | Description | |
|---|---|---|
| Get |
Gets aceSubEnum enumerator that iterates trough values found on the path
(Defined by enumerableExtensions.) |