IItemArray_DG Interface
- GetCount
- GetAt
- SetAt
- Add
- AddNew
- InsertAt
- Find
- RemoveAt
- RemoveAll
- RemoveItem
- RemoveAllEx
int GetCount()
IModelItem_DG GetAt(int index)
void SetAt(int index, IModelItem_DG item)
void Add(IModelItem_DG item)
void AddNew(int type, IModelItem_DG item)
void InsertAt(int indexAt, IModelItem_DG item)
int Find(IModelItem_DG item)
void RemoveAt(int index)
void RemoveAll()
void RemoveItem(IModelItem_DG item)
void RemoveAllEx(IDictionary_DG filter)
|