Interface IClientControlledList
Assembly: Eco.Core.dll
Syntax
public interface IClientControlledList : IClientControlledContainer, ITrackedControllerEnumerable, ITrackedEnumerable, IEnumerable
Methods
GetAt(Int32)
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
iEntry |
|
Returns
Type |
Description |
System.Object |
|
IndexOf(Object)
Declaration
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Int32 |
|
Move(INetObject, Int32, Int32)
Declaration
void Move(INetObject caller, int iEntry, int newIndex)
Parameters
Type |
Name |
Description |
INetObject |
caller |
|
System.Int32 |
iEntry |
|
System.Int32 |
newIndex |
|
RemoveAt(INetObject, Int32)
Declaration
void RemoveAt(INetObject caller, int iEntry)
Parameters
Type |
Name |
Description |
INetObject |
caller |
|
System.Int32 |
iEntry |
|
SetAt(INetObject, Int32, Object)
Declaration
void SetAt(INetObject caller, int iEntry, object obj)
Parameters
Type |
Name |
Description |
INetObject |
caller |
|
System.Int32 |
iEntry |
|
System.Object |
obj |
|
Extension Methods